Raised This Month: $51 Target: $400
 12% 

[CSGO] How to remove DeathMatch menu and syringe?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Mucroce
New Member
Join Date: May 2020
Old 05-30-2020 , 15:48   [CSGO] How to remove DeathMatch menu and syringe?
Reply With Quote #1

Hello everyone!

Let me introduce you into my question!

First of all thanks for spending your time helping me

Okei, what i need is to delete this menu (https://imgur.com/a/LxeZ3pr) is there a way to do that using sourcepawn?

Other thing that i need help is, to remove getting syringe by getting 3 kills in a row... Is there any way to do using sourcepawn?

Only got the syringe to simply don't work when they try to use it! with this:
PHP Code:
public Action OnGamePlayerEquipSpawn(Handle timerint entity)
{
    
int flags GetEntProp(entityProp_Data"m_spawnflags");

    if (
flags 1// "Use Only" flag
    
{
        return;
    }

    
SetEntProp(entityProp_Data"m_spawnflags"flags 1);

Thanks for everything!

Discord: Mucroce#4260
Steam: https://steamcommunity.com/profiles/76561199039158887/

Last edited by Mucroce; 05-30-2020 at 15:54. Reason: Remember of a thing that could people help me!
Mucroce 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 13:31.


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