Quote:
Originally Posted by rjjj
In these lines you should format the variable String, for example :
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));
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 .
|
That might be his problem like I said, but if you would look at this variable String[MAX_PLAYERS], he's using MAX_PLAYERS instead of a simple array size of 128 or smaller, then he should change this to:
But what you say is right, I mean, if he doesn't want to change line per line -.- but he can use FIND NEXT and this isn't that big mod