SA-MP Forums Archive
Server Restart - 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: Server Restart (/showthread.php?tid=220101)



Server Restart - Unknown123 - 03.02.2011

How can i restart the game for a player? (Not for all)

/RestartMyGame - *Server Restart


Re: Server Restart - [L3th4l] - 03.02.2011

Erm, look through the Tutorial sections, Jernejl posted info on how to make a player reconnect.


Re: Server Restart - Unknown123 - 03.02.2011

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
Erm, look through the Tutorial sections, Jernejl posted info on how to make a player reconnect.
oh Thanks i was searching for "Server restart for player" all the time but didnt find anything xD


Re: Server Restart - Unknown123 - 03.02.2011

I didnt understand the Turorial =/

/reconnect - Should the command be

http://forum.sa-mp.com/showthread.ph...ayer+reconnect


Re: Server Restart - Unknown123 - 03.02.2011

Bump

Im looking for a /reconnect

Something like:
pawn Код:
dcmd_reconnect(playerid, params[])
{
    #pragma unused params
    SendRconCommand(playerid, "gmx");
    return 1;
}
XD XD