02.07.2018, 13:51
for example i am making roleplay server, why would i want to use y_groups when i could just use simple variable ?
PHP Code:
enum{
GROUP_POLICE
};
if(User[playerid][Group]!=GROUP_POLICE)return scm(playerid,-1,"You aren't a cop!");