Quote:
Originally Posted by SpikeSpigel
omg.. if you think that there are any commands that can make any player admin just search for the your admin system. Like mine, mine is like that [pAdministratpr].. Just CTRL+F and type your admin system informations . Like , if yours is [pAdmin] you can do CTRL+F and type [pAdmin] ..
|
I do not understand phase order because we say that this command : CMD:managearea(playerid, params[])
{
if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "Trebuie sa te loghezi mai intai.");
if(PlayerInfo[playerid][pAdmin] < 1) return SCM(playerid,COLOR_WHITE,AdminOnly);
new x_nr[10];
if(sscanf(params, "s[10]",x_nr)) SCM(playerid, COLOR_WHITE, "{B8DBFF}Synthax: /managearea <Close/Open>");
if(strcmp(x_nr,"open",true) == 0)
{
Update3DTextLabelText(areap, 0xFFFFFFFF, "Event Area is open\nApasa enter pentru a intra");
areape = 1;
}
if(strcmp(x_nr,"close",true) == 0)
{
Update3DTextLabelText(areap, 0xFFFFFFFF, "Event Area is closed\nPlease wait...");
areape = 0;
}
return 1;
}
How do I know if it has hidden thing that you can provide the server administrator ?