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
#2

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

I had an old plugin version, thanks.
Reply
#4

No problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)