03.02.2012, 07:20
Quote:
No it won't.
pawn Код:
pawn Код:
|
pawn Код:
if(IsPlayerAdmin(playerid) == 0)
. . if => if(IsPlayerAdmin(playerid) == 1) it has Loged as rcon?
is hard man..
because no function at rcon login section.. just only have:
OnRconLoginAttempt ...
if have OnRconLogin
can put
example:
pawn Код:
OnRconLogin(playerid);
{
if(IsPlayerAdmin(playerid) == 1)
{
SendClientMessage(playerid,COLOR_PINK," RCON LOGIN SUCCESFULLY AND NOW CAN USE MINIGUN");
return 1;
}