3 errors when compiling
#3

You must put it in OnGameModeInit.

Like for example:

pawn Код:
public OnGameModeInit()
{
    SendRconCommand("hostname American Roleplay [ENG]");
}
and it must be like this:

pawn Код:
SendRconCommand("hostname American Roleplay [ENG]");
not:

pawn Код:
SendRconCommand("hostname "American Roleplay [ENG]"");
Reply


Messages In This Thread
3 errors when compiling - by jremi - 29.10.2013, 14:30
Re: 3 errors when compiling - by Patrick - 29.10.2013, 14:32
Re: 3 errors when compiling - by SAMProductions - 29.10.2013, 14:41
Re: 3 errors when compiling - by Josh Greening - 30.10.2013, 02:18
Re: 3 errors when compiling - by Josh Greening - 30.10.2013, 02:36
Re: 3 errors when compiling - by JayZ243 - 30.10.2013, 10:18
Re: 3 errors when compiling - by RayDcosta - 30.10.2013, 10:32
Re: 3 errors when compiling - by jremi - 30.10.2013, 10:54

Forum Jump:


Users browsing this thread: 1 Guest(s)