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
#2

For standart rcon commands any changes dont work.
Reply
#3

why (

i hope that in samp 0.3 it will work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)