AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Please Help (https://forums.alliedmods.net/showthread.php?t=319422)

NooTy 10-31-2019 11:08

Please Help
 
Help Please Nothing show and no voice
Code:

public client_putinserver(id)
{
new name [ 33 ]
get_user_name(id,name,charsmax(name))
        if(get_user_flags(id) == ADMIN_IMMUNITY)
        {
                client_cmd ( 0, "spk ^"vox/buzwarn^"" );
                ColorChat(0, "!tADMIN : !g%s !tConnected",name)
        }
}


LearninG 10-31-2019 11:12

Re: Please Help
 
Code:
if (get_user_flags(id) & ADMIN_IMMUNITY )


All times are GMT -4. The time now is 02:43.

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