SA-MP Forums Archive
Error /engine - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Error /engine (/showthread.php?tid=663823)



Error /engine - kevi11 - 12.02.2019

PHP код:
C:\Users\xxxx\Documents\SSRP\gamemodes\server.pwn(3654) : error 001expected token";"but found ")"
C:\Users\xxxx\Documents\SSRP\gamemodes\server.pwn(3654) : error 029invalid expressionassumed zero
C
:\Users\xxxx\Documents\SSRP\gamemodes\server.pwn(3654) : warning 215expression has no effect 
PHP код:
if(Bike(GetPlayerVehicleID(playerid))) return SendClientMessage(playerid, -1" Non puoi utilizzare questo comando su questo tipo di veicolo!");
    new 
string[128], vehicleid GetPlayerVehicleID(playerid), enginelightsalarmdoorsbonnetbootobjective); 
I do not understand where the error is


Re: Error /engine - PFSnake - 12.02.2019

pawn Код:
objective);
Remove )


Re: Error /engine - kevi11 - 12.02.2019

Thank you so much