SA-MP Forums Archive
Dynamic Checkpoint - 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: Dynamic Checkpoint (/showthread.php?tid=316682)



Dynamic Checkpoint - Tanush123 - 08.02.2012

Well im making trucking for my server. how can i make when this checkpoint gets created, it will only show for the playerid and noone else
pawn Код:
droptruckcp[playerid] = CreateDynamicCP(Trucking[rand][0],Trucking[rand][1],Trucking[rand][2],3,-1,-1,-1,99999999999);



Re: Dynamic Checkpoint - Tee - 08.02.2012

pawn Код:
droptruckcp[playerid] = CreateDynamicCP(Trucking[rand][0],Trucking[rand][1],Trucking[rand][2],3,-1,-1,playerid,99999999999);



Re: Dynamic Checkpoint - Tanush123 - 08.02.2012

thanks