After Restart once more 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)
+--- Thread: After Restart once more Restart (
/showthread.php?tid=451363)
After Restart once more Restart -
Blackazur - 16.07.2013
Hello, i have this problem that after an restart, once more come an restart, and then it works. But i will that it work with only the one restart not that it restart 2 times, this only happen when i use the command, here is it:
Код:
CMD:gmx(playerid,params)[])
{
SendRconCommand("gmx");
}
Respuesta: After Restart once more Restart -
JustBored - 16.07.2013
Код:
CMD:restart(playerid,params[])
{
SendRconCommand("gmx");
}
AW: After Restart once more Restart -
Blackazur - 16.07.2013
this was just an error from me, this wont help me!