12.04.2014, 13:36
Quote:
|
Код:
C:\Documents and Settings\s\Desktop\SADM_by_Double_O_Seven\gamemodes\tttt.pwn(44455) : warning 203: symbol is never used: "carname" C:\Documents and Settings\s\Desktop\SADM_by_Double_O_Seven\gamemodes\tttt.pwn(44665) : error 017: undefined symbol "pName" C:\Documents and Settings\s\Desktop\SADM_by_Double_O_Seven\gamemodes\tttt.pwn(44665) : warning 215: expression has no effect C:\Documents and Settings\s\Desktop\SADM_by_Double_O_Seven\gamemodes\tttt.pwn(44665) : error 001: expected token: ";", but found "]" C:\Documents and Settings\s\Desktop\SADM_by_Double_O_Seven\gamemodes\tttt.pwn(44665) : error 029: invalid expression, assumed zero C:\Documents and Settings\s\Desktop\SADM_by_Double_O_Seven\gamemodes\tttt.pwn(44665) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
Never the less like I said delete the 'carname' function as you've defined it and haven't used it
pawn Код:
new pName[MAX_PLAYER_NAME+1], string[24+MAX_PLAYER_NAME+1];
GetPlayerName(playerid, pName, sizeof(pName));


