Difference between revisions of "Left 4 Dead Weapons"
Antihacker (talk | contribs) (Created page with 'Left 4 Dead Weapon entities: <pawn> autoshotgun first_aid_kit pipe_bomb molotov rifle hunting_rifle pain_pills pistol gascan propanetank oxygentank </pawn>') |
Antihacker (talk | contribs) m |
||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
propanetank | propanetank | ||
oxygentank | oxygentank | ||
+ | </pawn> | ||
+ | |||
+ | There a two special "items", wich you can give through GivePlayerItem (GiveNamedItem) or the server command give. When you do this with sourcemod, you will get an error but it works. | ||
+ | <pawn> | ||
+ | ammo | ||
+ | health | ||
</pawn> | </pawn> |
Latest revision as of 10:41, 14 March 2009
Left 4 Dead Weapon entities:
autoshotgun first_aid_kit pipe_bomb molotov rifle hunting_rifle pain_pills pistol gascan propanetank oxygentank
There a two special "items", wich you can give through GivePlayerItem (GiveNamedItem) or the server command give. When you do this with sourcemod, you will get an error but it works.
ammo health