View Single Post
xFlane
AlliedModders Donor
Join Date: Nov 2017
Location: Israel
Old 04-01-2018 , 09:43   Re: How i can drop weapon and instantly switch to another slot?
Reply With Quote #6

PHP Code:

int weapon 
GetPlayerWeaponSlot(clientCS_SLOT_PRIMARY);
CS_DropWeapon(clientweaponfalsetrue);
    
ClientCommand(client"slot%i", (CS_SLOT_KNIFE+1)); 
__________________
Taking private requests.

Last edited by xFlane; 04-01-2018 at 09:44.
xFlane is offline