29.11.2010, 14:52
I can't see objects in incognito streamer, my command:
Plugin and include is loaded, with standard CreateObject is okay.
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; }