SA-MP Forums Archive
[NPC] Ultimate *LS* RP NPC Pack - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [NPC] Ultimate *LS* RP NPC Pack (/showthread.php?tid=95666)



[NPC] Ultimate *LS* RP NPC Pack - V1ceC1ty - 04.09.2009

Ultimate Los Santos RolePlay NPC Pack
Code:
(-----------------------------------)
( __  ___     ___ _ _     )
( \ \ / / |__ ___ / __/ | |_ _ _  )
( \ V /| / _/ -_) (__| | _| || | )
(  \_/ |_\__\___|\___|_|\__|\_, | )
(              |__/  )
(   [NPC] Made By V1ceC1ty    )
(                  )
(      Credits To:      )
(     All The SA-MP Team    )
(      wiki.sa-mp.com     )
(-----------------------------------)
• What is it?
The Ultimate RolePlay NPC Pack comes with 8 Bots including: Security Policeman, SA Pilot, 4 Taxi's, Police Biker and 1 Sweeper. The File includes the .rec files, the NPCModes and the .pwn and .amx of 2 FilterScripts. The 2 FilterScripts do different things. "NPCPack" Comes with the same features as stated and as the other FS "NPCPack_Icons" Which includes the Coloured Map Icons while the other has NO Map Icons. All cars/bikes drive round a loop of the area you can see in the Screen Shot below, The Pilot flys around the Whole of SA visiting airports one by one and the Policeman stands in the Police Dept parking booth for extra detail (see below).

• How to use
Each folder has a either a .pwn and .amx or a .rec file which need to be placed into the correct folders where your SA-MP 0.3 Server is located. IT WILL NOT WORK IF NOT DONE CORRECTLY!
Once completed this, "NPCPack" or "NPCPack_Icons" (without quotes) needs to be placed into the server.cfg filterscripts line.
Join your server and watch the NPC's Drive round how they would on SinglePlayer.

• Location
Code:
Key:
Red Icon - Pilot(Not Featured in ScreenShot)
Blue Icon - Security Policeman
Light Blue Icon - Police Biker
Green Icon - Sweeper
Yellow Icons - Taxi's
• Download




Re: [NPC] Ultimate RP NPC Pack - Oi! - 04.09.2009

Sweet as man good job.


Re: [NPC] Ultimate RP NPC Pack - V1ceC1ty - 04.09.2009

took me quite abit of time but looks really good, i drove to the speed a normal Ped would, kept to the right side of the road, plane doesnt tilt i used Q + E to turn so you cant fall off. Thanks


Re: [NPC] Ultimate RP NPC Pack - _Ben_[Fux-c.co.il RP] - 04.09.2009

This realy nice..

But its not working on my server..

I did it, I add to filterscripts lines the names.
I put the NPC in there folder..


And what? nothing...
I am joining the server at ID 12.. And nobody else on server


Re: [NPC] Ultimate RP NPC Pack - V1ceC1ty - 04.09.2009

make sure the .rec files are in /npcmodes/recordings/

make sure all filterscripts are in the filterscript folder.

make sure all npcmodes are in the npcmodes folder.

make sure there is no server password.

make sure there is no registration before spawning script.

make sure you have the right client/server.

this does work 100%


Re: [NPC] Ultimate RP NPC Pack - Oi! - 04.09.2009

Is there anyway for it to load them if there is a registration cause yeah I'm using a GF edt.


Re: [NPC] Ultimate RP NPC Pack - V1ceC1ty - 04.09.2009

get them to sendcommand /register whatever then with a timer /login whatever might work?


Re: [NPC] Ultimate RP NPC Pack - ded - 04.09.2009

Quote:
Originally Posted by Oi!
Is there anyway for it to load them if there is a registration cause yeah I'm using a GF edt.
Under OnPlayerConnect

pawn Code:
if(IsPlayerNPC) {
       PlayerInfo[playerid][Logged] =1;
       PlayerInfo[playerid][Registered] =1;
     }
Something like that, whatever it is in GF. Basically just fool the script into thinking the bots are registered and logged in. Works fine for me and my GM.


Re: [NPC] Ultimate RP NPC Pack - Daem - 04.09.2009

NICE!!!


Re: [NPC] Ultimate RP NPC Pack - Oi! - 04.09.2009

Okay I get this error

Code:
error 076: syntax error in the expression, or invalid function call
On this line

Code:
if(IsPlayerNPC)