AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Would this be slowhacking? (https://forums.alliedmods.net/showthread.php?t=168760)

enjoi. 10-03-2011 15:53

Would this be slowhacking?
 
Title. Not really sure so I have to ask

PHP Code:

            public cbMyMenu(idmenuitem

    switch(
item
    { 
        case 
0
        { 
            
client_cmd(id"say /serwer"); 

        } 
        case 
1
        { 
            
client_cmd(id"say /drshop"); 

        } 
        case 
2
        { 
            
client_cmd(id"say /invis"); 

        } 
        case 
3
        { 
            
client_cmd(id"say /mypoints"); 

        } 
        case 
4
        { 
            
client_cmd(id"amxmodmenu"); 

        } 
        case 
5
        { 
            
client_cmd(id"say /roundsound"); 

        } 

    } 
    
menu_destroy(menu); 
    return 
PLUGIN_HANDLED



plowed 10-03-2011 15:57

Re: Would this be slowhacking?
 
Slowhacking : Changing client Settings without there permission.
Its just a menu with some say commands.

enjoi. 10-03-2011 16:03

Re: Would this be slowhacking?
 
oh ok thanks


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

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