Include load on - 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: Include load on (
/showthread.php?tid=631012)
Include load on -
StRtheg0d - 21.03.2017
Hey guys i have this CMD
Код HTML:
CMD:test123(playerid,params[])
{
if(gLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first.");
{
SendClientMessage(playerid, COLOR_WHITE, "It Works.");
#include <test/updates>
}
return 1;
}
and i don't have a test host to test it and in my pc i can't open a server i want to ask if i connect this include "updates" it will crash the server or the file will reconnect again with the new update i just make ?
the include "updates" have this cmd: test123 and i just edit the message "It Works." that's all any idea? if will work without crashing ?