Problem With Script
-
@ali00035 One More Question The Server This Is For (minemora) Has a zombie that for some reason the kill player is the zombie, Is there a way to check if the entity is not a zombie?
-
If (!(entity instanceof EntityZombie))
//coderemember to import the zombie class to avoid errors
-
If (!(entity instanceof EntityZombie))
//coderemember to import the zombie class to avoid errors
@plumer-man said in Problem With Script:
If (!(entity instanceof EntityZombie))
There is something wrong here.
-
@plumer-man said in Problem With Script:
If (!(entity instanceof EntityZombie))
There is something wrong here.