SA-MP Forums Archive
Tag mismatch - 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: Tag mismatch (/showthread.php?tid=332943)



Tag mismatch - Face9000 - 09.04.2012

pawn Код:
CPs[3] = CreateDynamicCP(-2031.0654,-117.4350,1035.1719,89.2797,1.0, -1,-1, -1, 50.0);



Re: Tag mismatch - Abravanel - 09.04.2012

Tries to
pawn Код:
CPs[3] = CreateDynamicCP(-2031.0654,-117.4350,1035.1719,1.0, -1,-1, -1, 50.0);



Re: Tag mismatch - Face9000 - 09.04.2012

Thanks,it works.