Rcon Command
#1

Код:
if(!strcmp(cmdtext, "/login", true)){
new string[256];
new rcon[256];
GetServerVarAsString("rcon_password", rcon, 256);
format(string, 256, "login %s", rcon);
SendRconCommand(string);
SendClientMessage(playerid,COLOR_WHITE,"SERVER: You are logged in as admin.");
return 1;
}
why this is not working ?
Reply


Messages In This Thread
Rcon Command - by DowNlOaD_ - 04.09.2009, 11:26
Re: Rcon Command - by Butilka - 04.09.2009, 11:41
Re: Rcon Command - by DowNlOaD_ - 04.09.2009, 11:46

Forum Jump:


Users browsing this thread: 1 Guest(s)