[HELP]Force GMs - 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)
+--- Thread: [HELP]Force GMs (
/showthread.php?tid=284563)
[HELP]Force GMs -
PERSIAN SAMP - 19.09.2011
Hello guys
i need a filterscript or more for Force GMs
Who can help me?
Re: [HELP]Force GMs -
=WoR=Varth - 19.09.2011
Force GMs?
Re: [HELP]Force GMs -
PERSIAN SAMP - 19.09.2011
I mean Change Gm
i have a mini missions Server
But i cannot change Gamemodes
I need a filterscript for Change Gamemodes
Re: [HELP]Force GMs -
=WoR=Varth - 19.09.2011
https://sampwiki.blast.hk/wiki/SendRconCommand
pawn Код:
SendRconCommand("hostname gamemodenamehere");
Re: [HELP]Force GMs -
brett7 - 19.09.2011
Shouldn't that be?
Код:
SendRconCommand("changemode gamemodenamehere");
Re: [HELP]Force GMs -
=WoR=Varth - 19.09.2011
Quote:
Originally Posted by brett7
Shouldn't that be?
Код:
SendRconCommand("changemode gamemodenamehere");
|
My bad.