SA-MP Forums Archive
Small help - 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: Small help (/showthread.php?tid=344755)



Small help - Face9000 - 22.05.2012

Tag mismatch at this line:

pawn Код:
CPs[3] = CreateDynamicCP(playerid,Destinations[rand][0], Destinations[rand][1], Destinations[rand][2], 3.0);
Thanks for help.


Re: Small help - ViniBorn - 22.05.2012

pawn Код:
//CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
CPs[3] = CreateDynamicCP(Destinations[rand][0], Destinations[rand][1], Destinations[rand][2], 3.0);



Re: Small help - Face9000 - 22.05.2012

Thank you!