SA-MP Forums Archive
[NPC] LV Golf Course - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [NPC] LV Golf Course (/showthread.php?tid=96455)



[NPC] LV Golf Course - V1ceC1ty - 08.09.2009

Las Venturas Golf Course NPC's
Код:
(-----------------------------------)
( __  ___     ___ _ _     )
( \ \ / / |__ ___ / __/ | |_ _ _  )
( \ V /| / _/ -_) (__| | _| || | )
(  \_/ |_\__\___|\___|_|\__|\_, | )
(              |__/  )
(    NPC Made By V1ceC1ty    )
(                  )
(      Credits To:      )
(     All The SA-MP Team    )
(      wiki.sa-mp.com     )
(-----------------------------------)
• What is it?
LV Golf Course NPC's include 4 NPC's that loop around the Golf course. 2 NPC's drive Caddy's and the other 2 walk slowly around.

• 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.
Once completed this, "LVGolfCourse" (without quotes) needs to be placed into the server.cfg filterscripts line.
Join your server and watch the Caddys and Players give your golf course some life!

• Video
http://www.xfire.com/video/134191/
In the video it shows the NPC's holding 2 colt's but theres something wrong with one of my scripts so in your server they should hold Golf Clubs.

• Download




Re: [NPC] LV Golf Course - Mowgli - 08.09.2009

you have released loads of NPC things already, lol, keep it up when i get 0.3 i will be using them


Re: [NPC] LV Golf Course - V1ceC1ty - 08.09.2009

ive made around 25-30 bots now so i cant use all m creations at once so i cant wait untill its fully released aswell, i also love making them aswell i dunno why


Re: [NPC] LV Golf Course - Mive - 08.09.2009

Nice Useful for rp servers


Re: [NPC] LV Golf Course - Daem - 08.09.2009

nice, i guess you already working on new bots eh?
i wish i have gtasa now..


Re: [NPC] LV Golf Course - V1ceC1ty - 09.09.2009

Quote:
Originally Posted by Daem
nice, i guess you already working on new bots eh?
i wish i have gtasa now..
thanks, ill be only making big and good npc's over weekends because im studying to get into uni so i need less pawn time and more homework


Re: [NPC] LV Golf Course - Josh! - 19.09.2009

they have colts for me, i'm using grand larceny.


Re: [NPC] LV Golf Course - V1ceC1ty - 19.09.2009

I think its something to do with that GM because theres nothing in this FS thats giving them colts

Ill test on lvdm see if it does the same thing


Re: [NPC] LV Golf Course - Adil - 19.09.2009

Nice work VC, keep it up.

Regards, Adil.


Re: [NPC] LV Golf Course - Mikep. - 19.09.2009

Change

GivePlayerWeapon(playerid,WEAPON_COLT45,100);

to

if(!IsPlayerNPC(playerid)) GivePlayerWeapon(playerid,WEAPON_COLT45,100);

In the GM.