Thread: [Solved] Golden Deagle For VIP
View Single Post
Mohamed null
BANNED
Join Date: Sep 2020
Location: Algeria
Old 10-18-2020 , 14:07   Re: Golden Deagle For VIP
Reply With Quote #5

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 is offline