Small Code <-- Please
#1

how to make those for rcon admin only ? and show message you are not Admin !

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;
}
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 ?
Reply


Messages In This Thread
Small Code <-- Please - by Joe_Goro - 15.11.2013, 17:25
Re: Small Code <-- Please - by dominik523 - 15.11.2013, 17:27
Re: Small Code <-- Please - by Konstantinos - 15.11.2013, 17:27
Re: Small Code <-- Please - by Joe_Goro - 15.11.2013, 17:30
Re: Small Code <-- Please - by Konstantinos - 15.11.2013, 17:38

Forum Jump:


Users browsing this thread: 1 Guest(s)