SA-MP Forums Archive
rcon not working. [SOLVED] - 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: rcon not working. [SOLVED] (/showthread.php?tid=382573)



rcon not working. [SOLVED] - MrPlatinum - 04.10.2012

Hey all.

When i go into game i type /rcon logon <password> it doesn't log me on? actual doesn't do anything, im admin lvl 5 (ppc) and i have a host.



Also quick question, in the samp client how can i change "mode" colom name, mine currently says "blank"


Thanks all.


Re: rcon not working. - CmZxC - 04.10.2012

Because it's /rcon login not /rcon logon.

To change game mode you have to add a line like this under OnGameModeInit -
pawn Код:
SetGameModeText("Trucking r55");
or send a rcon command "gamemodetext Trucking r55", you may replace trucking r55 with whatever you like, i just randomly added it.


Re: rcon not working. - MrPlatinum - 04.10.2012

HAHAHA omg, >< embarrassing.

thanks man.


Re: rcon not working. - CmZxC - 04.10.2012

updated post related to Mode question.