Adding new vars to the server.cfg
#6

Maybe?
Код:
new string[128];
new rcon_string[32];
GetServerVarAsString("newvar", rcon_string, sizeof(rcon_string));
format(string, sizeof(string), "newvar: %s", rcon_string);
SendClientMessage(playerid, COLOR_YELLOW, string);
Reply


Messages In This Thread
Adding new vars to the server.cfg - by ledzep - 20.06.2009, 19:53
Re: Adding new vars to the server.cfg - by ledzep - 20.06.2009, 23:43
Re: Adding new vars to the server.cfg - by ledzep - 27.06.2009, 09:20
Re: Adding new vars to the server.cfg - by yom - 27.06.2009, 09:27
Re: Adding new vars to the server.cfg - by ledzep - 27.06.2009, 09:31
Re: Adding new vars to the server.cfg - by Andom - 27.06.2009, 10:46
Re: Adding new vars to the server.cfg - by ledzep - 27.06.2009, 11:08

Forum Jump:


Users browsing this thread: 1 Guest(s)