Posts: 127
Threads: 31
Joined: Jun 2007
Reputation:
0
hey i have a quick question, when giving someting to players (ie health, weapon, ammo) how do i give it to only a single player.
here is how i know to do it:
ma_givehealthp #all 1000
Posts: 700
Threads: 19
Joined: May 2007
Reputation:
0
ma_givehealthp [userid # - taken from status] || [steamid] || [player name] <health amount>
Where || = OR
Posts: 127
Threads: 31
Joined: Jun 2007
Reputation:
0
when i try userid it says unknow target
Posts: 700
Threads: 19
Joined: May 2007
Reputation:
0
ma_givehealthp 22 <healthamount> ?
Where on running 'status' - the user has a userid of 22 ?
Posts: 127
Threads: 31
Joined: Jun 2007
Reputation:
0
o i c. i was putting # infornt of the userid. i give that a try, thanks for the example.