15.11.2013, 17:25
how to make those for rcon admin only ? and show message you are not Admin !
second thing , in linex i have [install screen for samp server]
how to show this screen and send cmds in it like the windows version ?
pawn Код:
CMD:owner(playerid, params[])
{
PlayerInfo[playerid][pMainOwner] = 100;
SendClientMessageEx(playerid, COLOR_GREY, "YOU ARE SERVER OWNER NOW GRATZ");
return 1;
}
CMD:MakeMeAdmin(playerid, params[])
{
PlayerInfo[playerid][pAdmin] = 99999;
SendClientMessageEx(playerid, COLOR_GREY, "YOU ARE ADMIN LEVEL 99999 GRATZ");
return 1;
}
how to show this screen and send cmds in it like the windows version ?