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



CreateDynamicCP - Ryan50 - 20.02.2017

I have a problem on the mini map. it won't show the red mark but if the player close to it. it shows


CreateDynamicCP(godmission[rand][x], godmission[rand][y], godmission[rand][z], 10);


Re: CreateDynamicCP - ISmokezU - 20.02.2017

Misread sorry, if you want the checkpoint on the mini map use https://sampwiki.blast.hk/wiki/SetPlayerCheckpoint


Re: CreateDynamicCP - Ryan50 - 20.02.2017

Quote:
Originally Posted by ISmokezU
Посмотреть сообщение
Misread sorry, if you want the checkpoint on the mini map use https://sampwiki.blast.hk/wiki/SetPlayerCheckpoint
Still don't get it


it should be on the map like SetPlayerCheckpoint


Re: CreateDynamicCP - ISmokezU - 20.02.2017

Код:
CreateDynamicCP(godmission[rand][x], godmission[rand][y], godmission[rand][z], 1.3, -1, -1,-1, 100.0);
Simply just increase the Stream Distance

Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);



Re: CreateDynamicCP - Ryan50 - 20.02.2017

Still doing it.

increase the distance but still didn't show but one. show when im close to it