20.06.2009, 19:53
Is this possible? When I try to add a new var, it does not show in the console when I type "varlist", and if I try to GetServerVarAsString the server crashes.
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);