Whats the problem here?
#7

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..
Reply


Messages In This Thread
Whats the problem here? - by tomnidi - 08.07.2009, 13:31
Re: Whats the problem here? - by refshal - 08.07.2009, 13:39
Re: Whats the problem here? - by tomnidi - 08.07.2009, 14:09
Re: Whats the problem here? - by refshal - 08.07.2009, 14:15
Re: Whats the problem here? - by tomnidi - 08.07.2009, 14:21
Re: Whats the problem here? - by Correlli - 08.07.2009, 14:28
Re: Whats the problem here? - by tomnidi - 08.07.2009, 14:42
Re: Whats the problem here? - by Correlli - 08.07.2009, 14:44
Re: Whats the problem here? - by Nero_3D - 08.07.2009, 15:09
Re: Whats the problem here? - by tomnidi - 08.07.2009, 15:27

Forum Jump:


Users browsing this thread: 2 Guest(s)