Is there a diffrence? - 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: Is there a diffrence? (
/showthread.php?tid=128588)
Is there a diffrence? -
GMusicOn - 18.02.2010
Using /rcon unloadfs filterscript, works perfect/
Doing it with a timer, that unloads te filterscript it crashes my server
Код:
SendRconCommand("unloadfs filterscript");
Am i doing something wrong or is there a diffrence between them?
Re: Is there a diffrence? -
GMusicOn - 20.02.2010
BUMP
Anyone?
Re: Is there a diffrence? -
[LSR]State_Trooper - 20.02.2010
What u mean
Re: Is there a diffrence? -
GMusicOn - 20.02.2010
Quote:
Originally Posted by [LSR
State_Trooper ]
What u mean
|
Well
When i do /rcon unloadfs myfilterscript it works fine to unload it my server doesn't crash.
If i use the code above it crashes my server, so i wonder is there a diffrence between them since the first option doesnt crashes my server and the second does crash it.
Re: Is there a diffrence? -
[LSR]State_Trooper - 27.02.2010
Its command based, It also is instant. Using a Timer will cause some problems.