Zombie Bots script
#1

Can someone send me Zombie bot script

Pleasee
Reply
#2

What zombie bot?
Reply
#3

That is NPC.
Reply
#4

http://lmgtfy.com/?q=Zombie+NPC+SAMP
Reply
#5

Here You Go ...
pawn Код:
//OnGameModeInit
ConnectNPC("Zombie","ZombieNPC");
//The NPC script name that is located in the npcmodes folder (without the .amx extension). For Zombie1
//-----
//OnPlayerSpawn
if(IsPlayerNPC(playerid))
{
    if(strcmp(PlayerName(playerid), "Zombie") ==0)
    {
        SetPlayerPos(playerid,NPCPos);
        SetPlayerFacingAngle(playerid, NPCFacingAngle);
        SetPlayerSkin(playerid,NPCSkin);
        SetPlayerColor(playerid,0xFF000000); // It's In Invisible
    }
    return 1;
}
Reply
#6

Here use plugin RNPC
https://sampforum.blast.hk/showthread.php?tid=535163
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)