18.09.2015, 13:23
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.
anyway, it clashes to each other.
PHP код:
public OnPlayerSpawn(playerid)
{
CreateDynamicCP(-2032.8763,-117.6306,1035.1719, 1.0, -1, -1, -1, 100.0);
CreateDynamicCP(2522.8291,-1679.1794,15.4970, 1.0, -1, -1, -1, 100.0);
return 1;
}