12.03.2011, 11:39
So you use Incognito's plugin
lets check his streamer.inc (pawno\include\)
Yes it has a playerid parameter
But if you want to use it you need to go under a callback (public) that provides the playerid
Like OnPlayerSpawn, OnPlayerConnect, OnPlayerRequestClass, ...
lets check his streamer.inc (pawno\include\)
Quote:
Originally Posted by streamer.inc
native CreateDynamicCP(Float: x, Float:y, Float:z, Float: size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
|
But if you want to use it you need to go under a callback (public) that provides the playerid
Like OnPlayerSpawn, OnPlayerConnect, OnPlayerRequestClass, ...