05.09.2011, 12:34
remove from command
SendRconCommand("gmx");
and add
SendRconCommand("gmx");
and add
pawn Код:
forward Gmx();
public Gmx()
{
SendRconCommand("gmx");
return 1;
}