redйmarrer serveur - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Français/French (
https://sampforum.blast.hk/forumdisplay.php?fid=30)
+---- Thread: redйmarrer serveur (
/showthread.php?tid=522626)
redйmarrer serveur -
jok3rdu93 - 28.06.2014
Est-il possible un script pour que le serveur redйmarre?
merci
Re: redйmarrer serveur -
Wallegi - 28.06.2014
Bonjour,
C'est possible, grвce а la commande SendRconCommand("gmx"); que tu dois placer lа oщ tu le veux.
AW: redйmarrer serveur -
theo546 - 28.06.2014
Oui voila:
pawn Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/reboot", cmdtext, true, 10) == 0)
{
if(!IsPlayerAdmin(playerid))
{
SendClientMessage(playerid, -1, "Vous n'кtes pas Admin.");
return 1;
}
SendRconCommand("gmx");
return 1;
}
return 0;
}
Ne me remerci pas :P
EDIT: Je te laisse mon skype si ta d'autres problиme... Skype: theo5466
Re: redйmarrer serveur -
jok3rdu93 - 28.06.2014
tu peut me dire comment commencer?
Re: redйmarrer serveur -
jok3rdu93 - 28.06.2014
ha oui ok je ne savais pas que SendRconCommand servait que a redйmarrer le serveur bref merci