11.10.2009, 13:39
Quote:
Originally Posted by cepiokas
I'm just delete
Code:
new name[MAX_PLAYER_NAME]; Code:
C:\Documents and Settings\Samsung\Desktop\sLife v1.0\gamemodes\sLife.pwn(184) : error 017: undefined symbol "name" C:\Documents and Settings\Samsung\Desktop\sLife v1.0\gamemodes\sLife.pwn(184) : error 017: undefined symbol "name" C:\Documents and Settings\Samsung\Desktop\sLife v1.0\gamemodes\sLife.pwn(184) : error 029: invalid expression, assumed zero C:\Documents and Settings\Samsung\Desktop\sLife v1.0\gamemodes\sLife.pwn(184) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. Code:
GetPlayerName(playerid, name, sizeof(name)); |
"new name[MAX_PLAYER_NAME];" on top of your script so you wont have to deal with it