Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by еddy
pawn Код:
format(string, sizeof(string), "/loadfs %s", level); SendRconCommand(string); }
|
What you did is wrong, it should be like:
pawn Код:
format(string, sizeof(string), "loadfs %s", level); SendRconCommand(string);
|
Hmm I didn't do that, he told me to try that, but this is not working, both of the options..