Posts: 1,896
Threads: 102
Joined: Oct 2008
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
Posts: 1,896
Threads: 102
Joined: Oct 2008
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
Posts: 1,896
Threads: 102
Joined: Oct 2008
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
Posts: 42
Threads: 5
Joined: Apr 2009
Reputation:
0
they have colts for me, i'm using grand larceny.
Posts: 1,896
Threads: 102
Joined: Oct 2008
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
Posts: 860
Threads: 10
Joined: Aug 2008
Reputation:
0
Nice work VC, keep it up.
Regards, Adil.
Posts: 465
Threads: 34
Joined: Sep 2009
Reputation:
0
Change
GivePlayerWeapon(playerid,WEAPON_COLT45,100);
to
if(!IsPlayerNPC(playerid)) GivePlayerWeapon(playerid,WEAPON_COLT45,100);
In the GM.