How to fix this error?
#9

Did you change it on the code after this line
pawn Код:
Playername[MAX_PLAYER_NAME];
The format
pawn Код:
// new string[128]; <- An example
// From "name" to "Playername"
format(string, sizeof(string), "%s blabla..", Playername);
However, to show the id of the player it should be
pawn Код:
%d
and on Players Name
pawn Код:
%s
Reply


Messages In This Thread
How to fix this error? - by Littlehelper - 03.01.2012, 12:20
Re: How to fix this error? - by Kaperstone - 03.01.2012, 12:22
Re: How to fix this error? - by Littlehelper - 03.01.2012, 12:29
Re: How to fix this error? - by Kaperstone - 03.01.2012, 12:35
Re: How to fix this error? - by Notis123 - 03.01.2012, 12:37
Re: How to fix this error? - by Littlehelper - 03.01.2012, 12:41
Re: How to fix this error? - by Konstantinos - 03.01.2012, 12:45
Re: How to fix this error? - by Littlehelper - 03.01.2012, 12:52
Re: How to fix this error? - by Konstantinos - 03.01.2012, 12:55
Re: How to fix this error? - by JiHost - 03.01.2012, 12:58

Forum Jump:


Users browsing this thread: 2 Guest(s)