15.03.2015, 12:13
if(InDM[playerid] == 1 && DmID[playerid] == 1)
Zasto koristis funkcije da poseduje oba callbacka?
Simple fix, if(InDM[playerid] == 1 || DmID[playerid] == 1) Instead of ( && )
Checks if he has any of your variables, there tho he will spawn on death.
Zasto koristis funkcije da poseduje oba callbacka?
Simple fix, if(InDM[playerid] == 1 || DmID[playerid] == 1) Instead of ( && )
Checks if he has any of your variables, there tho he will spawn on death.

