17.03.2019, 20:00
I guess that "protect" is for SB? Why setting a timer of 5 ms everytime a player spawns? Also you're not even repeating it. What "protect" does? How it's structured? More info please...
Also you code is so messed. There is no need to put 50+ lines to show a textdraw, make a loop instead.
And if you want to set a timer (and not repeating it), just to check something when someone spawns, better use functions. Something like AntiSB(playerid), since as i could understand, you're running the timer once. No need imho. You can delete it and place that timer code in a function.
Also you code is so messed. There is no need to put 50+ lines to show a textdraw, make a loop instead.
And if you want to set a timer (and not repeating it), just to check something when someone spawns, better use functions. Something like AntiSB(playerid), since as i could understand, you're running the timer once. No need imho. You can delete it and place that timer code in a function.