Posts: 949
Threads: 111
Joined: Oct 2010
Reputation:
30
11-26-2010, 20:10
(This post was last modified: 11-27-2010, 10:13 by d0h!.)
Anyone knows how to give people certain perks?
In MW2 you called to the map _perks.gsc
but I only see _properks in blackops..
same for giving a tomahawk?
tnx
--
Posts: 2,114
Threads: 278
Joined: Oct 2010
Reputation:
41
self setPerk("perkname");
Posts: 211
Threads: 14
Joined: Nov 2010
Reputation:
0
me and met knows xD
but as soon as im finished whit cod4 tournement
ill post tut here
Posts: 22
Threads: 2
Joined: Nov 2010
Reputation:
0
self setPerk(specialty);
Your lethal nades is
self giveWeapon(grenade);
If you want equipment, its
self giveWeapon(equipment);
self setActionslot(1, "weapon", equipment);
Posts: 176
Threads: 21
Joined: May 2011
Reputation:
4
why doesnt This work? help anybody?
self giveWeapon( "equipment" );
self setActionslot(1, "satchel_charge_mp", equipment);
I like turtles
Posts: 1,185
Threads: 72
Joined: Jan 2011
Reputation:
25
07-18-2011, 13:32
(This post was last modified: 07-18-2011, 16:25 by Tomsen1410.)
Maybe no " " for first equipment?
Posts: 176
Threads: 21
Joined: May 2011
Reputation:
4
07-18-2011, 13:34
(This post was last modified: 07-18-2011, 13:37 by birdplane.)
thanks for the reply but it doesnt work :/ server script complie error uninitialised variable 'equipment'
I like turtles
Posts: 1,185
Threads: 72
Joined: Jan 2011
Reputation:
25
07-18-2011, 16:22
(This post was last modified: 07-18-2011, 16:25 by Tomsen1410.)
Then for both equipment a " " ?