13.02.2018, 20:44
PHP код:
YCMD:rules(playerid, params[])
{
if(loggedplayer[playerid] == 0) return SCM(playerid, -1, "GA:RP |"RED"You must log in to use this command!");
new string[128];
format(string, sizeof(string), "* Player %s is watching rules (/rules).", GetName(playerid));
new info[8192];
ProxDetector(30.0, playerid, string, PROX, PROX, PROX, PROX, PROX);
return 1;
}

