26.04.2011, 23:39
Oh, God!
Like Mean said, what's up with string sizes?
Will this(down) ever use... 40 cells??
And your declaring it as 256 big cell...Why?
+
Why do you restart players HP when hes '/back' at 100?
When you don't actually know how many he had before going '/afk' (You didn't check for that).
Like Mean said, what's up with string sizes?
Will this(down) ever use... 40 cells??
pawn Код:
format(string,sizeof(string),"%s is afk!",gPlayers[playerid]);
+
Why do you restart players HP when hes '/back' at 100?
When you don't actually know how many he had before going '/afk' (You didn't check for that).