Problem /gmx - 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: Problem /gmx (
/showthread.php?tid=254114)
Problem /gmx -
Admigo - 09.05.2011
Heey guys
I use ladmin4v2 script and when i do /gmx the server restart that is good but when it is restarted and i use a admin command the server crash.(samp-server.exe closes)
How can i fix this?
Thank Admigo
Re: Problem /gmx -
Admigo - 09.05.2011
Or anyone know another reconnect command?
Re: Problem /gmx -
sleepysnowflake - 09.05.2011
Go to samp-server.exe and write GMX in there ^^ or
/rcon gmx
Re: Problem /gmx -
Admigo - 09.05.2011
Nothing happens.
Re: Problem /gmx -
sleepysnowflake - 09.05.2011
You sure you wrote it right, And write gmx .
Re: Problem /gmx -
dannyk0ed - 09.05.2011
If not /rcon gmx
Just go to samp-sever.exe.
And type"gmx" without quotes and wait, and wait, and wait.
Re: Problem /gmx -
DRIFT_HUNTER - 09.05.2011
pawn Код:
//Remove Ladmin4v2 from server.cfg
//Add these OnGameModeInit
SendRconCommand("loadfs Ladmin4v2");
//Add these at OnGameModeExit
SendRconCommand("unloadfs Ladmin4v2");
Re: Problem /gmx -
Admigo - 09.05.2011
okay i will try
Re: Problem /gmx -
Admigo - 09.05.2011
Quote:
Originally Posted by DRIFT_HUNTER
pawn Код:
//Remove Ladmin4v2 from server.cfg
//Add these OnGameModeInit SendRconCommand("loadfs Ladmin4v2");
//Add these at OnGameModeExit SendRconCommand("unloadfs Ladmin4v2");
|
Wow thank you so much fixed!