SA-MP Forums Archive
DynamicCP clashes to each other - 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: DynamicCP clashes to each other (/showthread.php?tid=589368)



DynamicCP clashes to each other - saffierr - 18.09.2015

As soon as I remove the last "CreateDynamicCP" the first "CreateDynamicCP" will appear as I want it. Because the problem now is, when I goto the first DynamicCP it shows the DIALOG of the second one. But when I remove the last DynamicCP the first DynamicCP appears as how I want it when I goto that cp.
anyway, it clashes to each other.

PHP код:
public OnPlayerSpawn(playerid)
{
    
CreateDynamicCP(-2032.8763,-117.6306,1035.17191.0, -1, -1, -1100.0);
     
CreateDynamicCP(2522.8291,-1679.1794,15.49701.0, -1, -1, -1100.0);
    return 
1;




Re: DynamicCP clashes to each other - saffierr - 18.09.2015

nvm, fixed.