SA-MP Forums Archive
Help DynamicCP - 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: Help DynamicCP (/showthread.php?tid=445285)



Help DynamicCP - HaiderABbas - 20.06.2013

Problems : 1 Error

Error : error 010: invalid function or declaration (Line 21)

Line 21 : NeonCheckPoint = CreateDynamicCP (1918.3910,294.0100,41.0469,185.8639,1000000,-1,-1,-1,100.0);

Fix this Rep++


Re: Help DynamicCP - RenSoprano - 20.06.2013

There isn't error show us your code where this function is located


Re: Help DynamicCP - IceBilizard - 20.06.2013

change
pawn Код:
NeonCheckPoint = CreateDynamicCP (1918.3910,294.0100,41.0469,185.8639,1000000,-1,-1,-1,100.0);
to

pawn Код:
NeonCheckPoint = CreateDynamicCP (1918.3910,294.0100,41.0469,1000000,-1,-1,-1,100.0);



Re: Help DynamicCP - MP2 - 20.06.2013

Show the declaration of NeonCheckPoint.


Re: Help DynamicCP - HaiderABbas - 20.06.2013

Problem Fixed ---------------


Thanks Allll