[NPC]Hydra in BigEar
#1

Simple BigEar Hydra NPC
Version: 1
Here's a very simple NPC record of Hydra in BigEar.
Bug: No one
Here the download file .rec
http://www.mediafire.com/?8t9qhsgdla2bghc
Here the download file.pwn
http://www.mediafire.com/?6k180dx1a15k9gq
Put file hydra.rec in npcmodes/recordings folder
Put file hydra.pwn /npcmodes and compil it
Location bot: BigEar
After Go in you gamemode and put this on top of OnGameModeInit:
Code:
new hydradriftbot;
Put this under OnGameModeInit
Code:
ConnectNPC("HydraDriftBot","hydra");
hydradriftbot=CreateVehicle(520, 0.0, 0.0, 5.0, 0.0, 3, 3, 5000);
Put this under OnPlayerSpawn
if(IsPlayerNPC(playerid)) 
   {
       new npcname[MAX_PLAYER_NAME];
       GetPlayerName(playerid, npcname, sizeof(npcname));
       if(!strcmp(npcname, "HydraDriftBot", true))
       {
           PutPlayerInVehicle(playerid, hydradriftbot, 0);
       }
Again sorry my lousy english...
Reply


Messages In This Thread
[NPC]Hydra in BigEar - by Macros50 - 22.08.2011, 17:33
Re: [NPC]Hydra in BigEar - by Tee - 22.08.2011, 17:39
Re: [NPC]Hydra in BigEar - by Macros50 - 22.08.2011, 17:41
Re: [NPC]Hydra in BigEar - by Dragony92 - 22.08.2011, 18:17
Re: [NPC]Hydra in BigEar - by Adil - 22.08.2011, 18:41
Re: [NPC]Hydra in BigEar - by Macros50 - 22.08.2011, 19:38

Forum Jump:


Users browsing this thread: 3 Guest(s)