Please help, EASY - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Please help, EASY (
/showthread.php?tid=263620)
Please help, EASY -
Finging - 22.06.2011
Код:
s_iVehicle = GetPlayerVehicleID( playerid )
if ( s_iVehicle )
{
static
Float:s_fX,
Float:s_fY,
Float:s_fZ,
Код:
error 001: expected token: ";", but found "if"
Re: Please help, EASY -
Wesley221 - 22.06.2011
Код:
s_iVehicle = GetPlayerVehicleID( playerid ) ;
You forgot a " ; "
Re: Please help, EASY -
Finging - 22.06.2011
Thanx,