AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Solved Golden Deagle For VIP (https://forums.alliedmods.net/showthread.php?t=306945)

sPed 04-19-2018 19:16

Golden Deagle For VIP
 
SOLVED

Mohamed null 10-17-2020 17:01

Re: Golden Deagle For VIP
 
Its Easy

r0ma 10-17-2020 19:37

Re: Golden Deagle For VIP
 
in CmdBuyDeagle add

PHP Code:

if(!(get_user_flags(id) & ADMIN_LEVEL_H) || cs_get_user_team(id) != CS_TEAM_CT)
    return 
PLUGIN_HANDLED


Mohamed null 10-18-2020 14:05

Re: Golden Deagle For VIP
 
add it and send me it bro

Mohamed null 10-18-2020 14:07

Re: Golden Deagle For VIP
 
Like this ?
Quote:

public CmdBuyDeagle(id)

if(!(get_user_flags(id) & ADMIN_LEVEL_H) || cs_get_user_team(id) != CS_TEAM_CT)
return PLUGIN_HANDLED;
{

if ( !is_user_alive(id) )

{

client_print(id,print_chat, "[AMXX] To buy golden Deagle You need to be alive!")

return PLUGIN_HANDLED

Mohamed null 10-18-2020 14:10

Re: Golden Deagle For VIP
 
send me it bro pls


All times are GMT -4. The time now is 01:06.

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