16.06.2010, 11:30
Quote:
Originally Posted by Zero[S
]
Код:
//givenos if(strcmp(cmd, "/givenos", true) == 0) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 1) { new vehicleid; vehicleid = GetPlayerVehicleID(playerid); AddVehicleComponent(vehicleid, 1010); SendClientMessage(playerid,COLOR_YELLOW,"Dodali ste NOS u vozilo."); } else { SendClientMessage(playerid,COLOR_GREY, "Niste Admin !"); return 1; } } } |
Код:
C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(2) : error 010: invalid function or declaration C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(4) : error 010: invalid function or declaration C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(6) : error 010: invalid function or declaration C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(9) : error 010: invalid function or declaration C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(11) : error 010: invalid function or declaration C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(12) : error 054: unmatched closing brace ("}") C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(13) : error 010: invalid function or declaration C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(16) : error 010: invalid function or declaration C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(19) : warning 203: symbol is never used: "vehicleid" C:\Documents and Settings\Abraham2\My Documents\SAMP SERVERS\ser 0.3\filterscripts\nos.pwn(19) : error 013: no entry point (no public functions) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 9 Errors.