hello, could someone convert bullet damage plugin for the player with the flag T cvar amx_bulletdamage was a 1 and for a player without a flag T cvar amx_bulletdamage was 2
I tried but it's not running
it's sma with my chances
Quote:
if(get_user_flags(id) & ADMIN_LEVEL_H)
{g_enabled=1;
}
else
{g_enabled=2;
}
}
|
it's my added chances