06.07.2009, 09:32
Hi everybody,
I'm trying to save all nicks of players in game...
I'm using this code, but doesn't work
ERRORS:
(263) : error 001: expected token: "]", but found "-identifier-"
(263) : warning 215: expression has no effect
(263) : error 001: expected token: ";", but found "]"
(263) : error 029: invalid expression, assumed zero
(263) : fatal error 107: too many error messages on one line
how can i fix it?
thanks for your helping. Bye
I'm trying to save all nicks of players in game...
I'm using this code, but doesn't work
Код:
format(originalnick[playerid],sizeof(originalnick[playerid]),"%s",name); OR GetPlayerName(playerid,originalnick[playerid],sizeof(originalnick[playerid]));
(263) : error 001: expected token: "]", but found "-identifier-"
(263) : warning 215: expression has no effect
(263) : error 001: expected token: ";", but found "]"
(263) : error 029: invalid expression, assumed zero
(263) : fatal error 107: too many error messages on one line
how can i fix it?
thanks for your helping. Bye