09.11.2013, 18:39
I switched to
still have the same problem
pawn Код:
forward ZombieBot(playerid, target);
public ZombieBot(playerid, target)
{
new npc = CreateRNPC("ZOMBIE"); // modified this
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x,y,z);
SetRNPCPos(npc,x+6.0,y,z); // modified target to npc don't thing if it has sence...
SendClientMessage(playerid,COLOR_WHITE,"It is in your pos !");
return 1;
}