SA-MP Forums Archive
What's with this 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What's with this line? (/showthread.php?tid=126248)



What's with this line? - Daniel_June - 07.02.2010

Код:
SetPlayerCheckpoint;(playerid,CarInfo[PlayerInfo[playerid][pPcarkey]][cLocationx], CarInfo[PlayerInfo[playerid][pPcarkey]][cLocationy], CarInfo[PlayerInfo[playerid][pPcarkey]][cLocationz], 1.0);
Yepp, where did i forget to put a racket { } ?


Re: What's with this line? - Correlli - 07.02.2010

Wrong:
Quote:

SetPlayerCheckpoint;(...

Correct:
Quote:

SetPlayerCheckpoint(...




Re: What's with this line? - Daniel_June - 09.02.2010

Still doesn't work.


Re: What's with this line? - (Jeff) - 09.02.2010

Quote:
Originally Posted by Daniel_June
Still doesn't work.
Not sure but
pawn Код:
[Playerinfo[playerid]]
Try
pawn Код:
[Playerinfo][playerid]



Re: What's with this line? - Daniel_June - 09.02.2010

Nope.