23.12.2014, 15:36
hello there
it wont work
https://sampwiki.blast.hk/wiki/OnRconCommand
in my gamemode
it does not print any thing on the console(samp-server.exe SA-MP Dedicated Server)
it wont work
https://sampwiki.blast.hk/wiki/OnRconCommand
in my gamemode
Код:
public OnRconCommand(cmd[])
{
printf("[RCON]: You typed '/rcon %s'!", cmd);
return 1;
}

