10.10.2009, 02:34
Wow, I've been having the same exact problem. Posted here -> http://forum.sa-mp.com/index.php?top...2105#msg762105
I actually did this to fix the problem
Anyway, good release.
EDIT: I just looked at your code, yours seems much safer, thanks for the release, I'll use this
I actually did this to fix the problem
pawn Код:
PlayerDeath[playerid]++;
if(PlayerDeath[playerid] >= 4)
{
Ban(playerid);
}
EDIT: I just looked at your code, yours seems much safer, thanks for the release, I'll use this
