Problematic LINE - 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: Problematic LINE (
/showthread.php?tid=367373)
Problematic LINE -
Strech - 09.08.2012
pawn Код:
SetPlayerCheckpoint(playerid,GetPVarFloat(playerid, "DYN_Boombox_FLOAT_X"), GetPVarFloat(playerid, "DYN_Boombox_FLOAT_Y"), GetPVarFloat(playerid, "DYN_Boombox_FLOAT_Z",3.0)))
Thats the line.Errors are the following:
pawn Код:
error 029: invalid expression, assumed zero
error 001: expected token: ";", but found ")"
Re: Problematic LINE -
Strech - 09.08.2012
Any help?
Re: Problematic LINE -
leonardo1434 - 09.08.2012
pawn Код:
SetPlayerCheckpoint(playerid,GetPVarFloat(playerid, "DYN_Boombox_FLOAT_X"), GetPVarFloat(playerid, "DYN_Boombox_FLOAT_Y"), GetPVarFloat(playerid, "DYN_Boombox_FLOAT_Z"),3.0);
Re: Problematic LINE -
Strech - 09.08.2012
Quote:
Originally Posted by leonardo1434
pawn Код:
SetPlayerCheckpoint(playerid,GetPVarFloat(playerid, "DYN_Boombox_FLOAT_X"), GetPVarFloat(playerid, "DYN_Boombox_FLOAT_Y"), GetPVarFloat(playerid, "DYN_Boombox_FLOAT_Z"),3.0);
|
I LOVE YOU DUDE.THANKS REPUTATION FROM ME.