SA-MP Forums Archive
SendRconCommand don't work - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SendRconCommand don't work (/showthread.php?tid=97341)



SendRconCommand don't work - filipyoyo - 13.09.2009

I have a problem

function SendRconCommand don't work


Re: SendRconCommand don't work - Don_Corello - 13.09.2009

can you tell me what Command you are trying to send?


Re: SendRconCommand don't work - UsaBoy91 - 13.09.2009

craete a filterscript , load it , and compile it with this code:

pawn Код:
#include <a_samp>
forward OnRconCommand(cmd[]);
public OnRconCommand(cmd[])
  return false;