View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-07-2010 , 07:14   Re: HEV Suit
Reply With Quote #10

That's not like in HL, but it's a good start.
LANG_PLAYER is meant to be used when you pass 0 as player's id. If not 0, use the player's id.

eg :
client_print(victim, print_chat, "%L", LANG_PLAYER, "YOU_LOST")
-> client_print(victim, print_chat, "%L", victim, "YOU_LOST")


Quote:
Originally Posted by Anggara_nothing View Post
Can i convert this plugin for half-life ???
i need your permission before do this.
You know you have already that in HL. Just spawn item_suit and touch it.
__________________

Last edited by Arkshine; 03-07-2010 at 07:16.
Arkshine is offline