27.06.2009, 10:46
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);

