SA-MP Forums Archive
CreateDynamicCP (incognito streamer) - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: CreateDynamicCP (incognito streamer) (/showthread.php?tid=248712)



CreateDynamicCP (incognito streamer) - ajwar - 15.04.2011

Is it possible to use it just for one player (just one player can see it)? How?


Re: CreateDynamicCP (incognito streamer) - CrazyBlob - 15.04.2011

yes its possable


Code:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
just edit the player id - 1 with playerid

notice the differnce?

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



Re: CreateDynamicCP (incognito streamer) - ajwar - 15.04.2011

Thank's