22.02.2010, 00:55
I figured out you can log someone into to rcon by doing:
Although, to get him disconnected? How would that be possible? Maybe:
Would that work? Or is this not possible?
Код:
new ip[64]; GetPlayerIp(playerid, ip); OnRconLoginAttempt(ip, "RCON-PASSWORD", true);
Код:
new ip[64]; GetPlayerIp(playerid, ip); OnRconLoginAttempt(ip, "ohrazzlefrazzlemeniggasupinthehomieshouse", false);