06.11.2013, 16:27
Quote:
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.
|
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;
}
