10.10.2011, 19:33
Hello i just wondering how to make
new string[64];
format(str,sizeof(str),"Variable1");
to variable
formated str will be variable that then i call
Info[str] it give there Variable1.
Like it search for Info[Variable1] not Info[str]
new string[64];
format(str,sizeof(str),"Variable1");
to variable
formated str will be variable that then i call
Info[str] it give there Variable1.
Like it search for Info[Variable1] not Info[str]