09.05.2009, 06:48
Quote:
Originally Posted by [MFC
Sylar [[::TheMafia::]] ]
I also need the automatic RCOn login code thanx |
pawn Код:
public OnRconCommand(cmd[])
{
if(YourOwnAdminCode == 1)
{
//here something...
}
return 1;
}
EDIT<----------------
Also there is that function.
SendRconCommand
I wish you could make something like
pawn Код:
SendRconCommand("login changeme");