FCNPC error
#5

Quote:
Originally Posted by iZN
Посмотреть сообщение
I've never worked with the NPC with FCNPC, but that's awkward how come the NPCs are showing in score board? Also, 6 million pings is not valid at all, SA-MP doesn't syncs their pings.
Yea , strange that we see them in the score board, here's the command:
pawn Код:
YCMD:n(playerid, params[], help)
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
new npcid = FCNPC_Create("ZOMBIE");
FCNPC_Spawn(npcid,180,x,y+2.0,z);
    return 1;
}
SS:
Reply


Messages In This Thread
FCNPC error - by Saw® - 06.11.2013, 15:59
Re: FCNPC error - by iJumbo - 06.11.2013, 16:01
Re: FCNPC error - by Saw® - 06.11.2013, 16:14
Re: FCNPC error - by iZN - 06.11.2013, 16:18
Re: FCNPC error - by Saw® - 06.11.2013, 16:27
Re: FCNPC error - by Saw® - 07.11.2013, 12:46
Re: FCNPC error - by Pottus - 07.11.2013, 14:16
Re: FCNPC error - by Saw® - 07.11.2013, 15:43

Forum Jump:


Users browsing this thread: 1 Guest(s)