[HELP]NPCs aren't in my pos
#6

I switched to
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;
}
still have the same problem
Reply


Messages In This Thread
[HELP]NPCs aren't in my pos - by Saw® - 09.11.2013, 10:15
Re: [HELP]NPCs aren't in my pos - by iJumbo - 09.11.2013, 10:38
Re: [HELP]NPCs aren't in my pos - by Saw® - 09.11.2013, 16:59
Re: [HELP]NPCs aren't in my pos - by ServerScripter - 09.11.2013, 18:12
Re: [HELP]NPCs aren't in my pos - by Konstantinos - 09.11.2013, 18:15
Re: [HELP]NPCs aren't in my pos - by Saw® - 09.11.2013, 18:39
Re: [HELP]NPCs aren't in my pos - by Pottus - 09.11.2013, 18:41
Re: [HELP]NPCs aren't in my pos - by Saw® - 09.11.2013, 18:45
Re: [HELP]NPCs aren't in my pos - by Pottus - 09.11.2013, 18:53
Re: [HELP]NPCs aren't in my pos - by Saw® - 09.11.2013, 19:12

Forum Jump:


Users browsing this thread: 1 Guest(s)