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



Incognito streamer - DaKill - 29.11.2010

I can't see objects in incognito streamer, my command:
Code:
	if(strcmp(cmd, "/mc", true) == 0)
	{
		tmp = strtok(cmdtext, idx);
		new id;
		id = strval(tmp);

		if(strlen(tmp) == 0) return SendClientMessage(playerid, 0xFFFFFFFF, "Wskazуwka: /mc [id]");
		new Float:PosX, Float:PosY, Float:PosZ;
		GetPlayerPos(playerid, PosX, PosY, PosZ);
		CreateDynamicObject(id, PosX, PosY, PosZ, 0.0, 0.0, 0.0, -1, -1, -1, 200.0);
		return 1;
	}
Plugin and include is loaded, with standard CreateObject is okay.


Re: Incognito streamer - Ash. - 29.11.2010

Ensure you have the latest plugin / include from Incognitos thread. I dont see anything wrong with the code.


Re: Incognito streamer - DaKill - 29.11.2010

I had an old plugin version, thanks.


Re: Incognito streamer - Ash. - 29.11.2010

No problem