Zombie Bots script
#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


Messages In This Thread
Zombie Bots script - by MasonSFW - 02.09.2014, 12:04
Re: Zombie Bots script - by DaniceMcHarley - 02.09.2014, 12:20
Re: Zombie Bots script - by Clad - 02.09.2014, 13:11
Re: Zombie Bots script - by IceCube! - 02.09.2014, 13:13
Re: Zombie Bots script - by M0HAMMAD - 02.09.2014, 14:16
Re: Zombie Bots script - by VinPure - 02.09.2014, 14:35

Forum Jump:


Users browsing this thread: 1 Guest(s)