14.07.2011, 13:57
In these lines you should format the variable String, for example :
This line :
Should be:
You must fix theses things , if you do not want to change line per line, just put in the top of your GameMode:
I hope that i have helped .
This line :
pawn Код:
format(string, sizeof(string), "* %s unholsters his tazer.", PlayerName(playerid));
Should be:
Код:
format(String, sizeof(String), "* %s unholsters his tazer.", PlayerName(playerid));
pawn Код:
#define string String
I hope that i have helped .