[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
#2

I think you meant to post that, here.
Reply
#3

Sorry wrong section
Reply
#4

Nice NPC....
But you thread need to be here http://forum.sa-mp.com/forumdisplay.php?f=17 i think
Reply
#5

Contact an IRC Admin on IRC. He'll get it moved to the right section.
Reply
#6

Thank's Dragony but i can't move the section to the Filterscript and Includes section. Contact an Admin
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)