Incognito streamer
#1

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.
Reply


Messages In This Thread
Incognito streamer - by DaKill - 29.11.2010, 14:52
Re: Incognito streamer - by Ash. - 29.11.2010, 15:08
Re: Incognito streamer - by DaKill - 29.11.2010, 15:16
Re: Incognito streamer - by Ash. - 29.11.2010, 15:17

Forum Jump:


Users browsing this thread: 1 Guest(s)