Quote:
Originally Posted by viKKmaN
Код:
if(IsPlayerAdmin(playerid))
{
SendClientMessage(playerid, 0xFFFFFFAA, "You are logged in as RCON admin.");
}
else
{
SendClientMessage(playerid, 0xFFFFFFAA, "You are not logged in as RCON admin.");
}
Insert this between your command's brackets.
|
thanks why dint i think of this >_<