Raised This Month: $32 Target: $400
 8% 

way to only strip zeus


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
sukodaime
Junior Member
Join Date: May 2021
Old 07-25-2021 , 15:56   way to only strip zeus
Reply With Quote #1

i did this
Code:
		
                new client = GetClientOfUserId(GetEventInt(event, "attacker"));
		decl String:szAuth[64];
		GetClientAuthString( client, szAuth, sizeof( szAuth ) );
		int weapon_index = -1;
        while ((weapon_index = GetPlayerWeaponSlot(client, 2)) != -1)
        {
            if (IsValidEntity(weapon_index))
            {
                RemovePlayerItem(client, weapon_index);
                AcceptEntityInput(weapon_index, "Kill");
            }
        }
		GivePlayerItem(client, "weapon_taser");
		GivePlayerItem(client, "weapon_knife");
and is there any way to remove zeus only?

Last edited by sukodaime; 07-25-2021 at 15:59.
sukodaime is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:44.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode