View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-22-2009 , 06:30   Re: get_user_weapon2()
Reply With Quote #5

To avoid to use replace() ; using szWeapon[7] directly should work.

[edit] Arg, it will give an error "Array must be indexed" for the #2. Not good. Though, using szWeapon[0] to get should work, but not sure if it's a good idea.

Last edited by Arkshine; 03-22-2009 at 06:40.
Arkshine is offline