07.03.2010, 17:00
Sorry guys, i reuploaded this so i made it fast because i lost the orginal.
But here how to fix:
add this under includes:
and this somewhere else:
You fucked something up
But here how to fix:
add this under includes:
Код:
new playername[MAX_PLAYER_NAME];
Код:
stock PlayerName(playerid) { new name[255]; GetPlayerName(playerid, name, 255); return name; }
Quote:
Originally Posted by [ECR
SancheZ ]
Getting these errors: Код:
P:\EastCoast Real Life ServeR\EastCoast Real Life ServeR\penls0.2\penls0.2\penls0.2\penls0.2\penls0.2\samp03asvr_win32\filterscripts\VehicleLicenses.pwn(74) : error 017: undefined symbol "PlayerName" P:\EastCoast Real Life ServeR\EastCoast Real Life ServeR\penls0.2\penls0.2\penls0.2\penls0.2\penls0.2\samp03asvr_win32\filterscripts\VehicleLicenses.pwn(73) : warning 204: symbol is assigned a value that is never used: "string" P:\EastCoast Real Life ServeR\EastCoast Real Life ServeR\penls0.2\penls0.2\penls0.2\penls0.2\penls0.2\samp03asvr_win32\filterscripts\VehicleLicenses.pwn(72) : warning 204: symbol is assigned a value that is never used: "pName" P:\EastCoast Real Life ServeR\EastCoast Real Life ServeR\penls0.2\penls0.2\penls0.2\penls0.2\penls0.2\samp03asvr_win32\filterscripts\VehicleLicenses.pwn(88) : error 017: undefined symbol "PlayerName" P:\EastCoast Real Life ServeR\EastCoast Real Life ServeR\penls0.2\penls0.2\penls0.2\penls0.2\penls0.2\samp03asvr_win32\filterscripts\VehicleLicenses.pwn(87) : warning 204: symbol is assigned a value that is never used: "string" P:\EastCoast Real Life ServeR\EastCoast Real Life ServeR\penls0.2\penls0.2\penls0.2\penls0.2\penls0.2\samp03asvr_win32\filterscripts\VehicleLicenses.pwn(86) : warning 204: symbol is assigned a value that is never used: "pName" P:\EastCoast Real Life ServeR\EastCoast Real Life ServeR\penls0.2\penls0.2\penls0.2\penls0.2\penls0.2\samp03asvr_win32\filterscripts\VehicleLicenses.pwn(125) : error 001: expected token: ";", but found "return" P:\EastCoast Real Life ServeR\EastCoast Real Life ServeR\penls0.2\penls0.2\penls0.2\penls0.2\penls0.2\samp03asvr_win32\filterscripts\VehicleLicenses.pwn(135) : error 001: expected token: ";", but found "-identifier-" P:\EastCoast Real Life ServeR\EastCoast Real Life ServeR\penls0.2\penls0.2\penls0.2\penls0.2\penls0.2\samp03asvr_win32\filterscripts\VehicleLicenses.pwn(136) : warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. Please help. |