SA-MP Forums Archive
Server stop when someone join - 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: Server stop when someone join (/showthread.php?tid=525918)



Server stop when someone join - Andre02 - 14.07.2014

i just added a new thing to my /lsa command (teleport with the car and put the player in the car) and i restarted the server with the /restart command but the server went down so i started the server in the cpanel (ultra-h) and it worked but when i joined it went down again so i removed the thing of the /lsa command and i started the server again joined and it went down again and it keep going down everytime i join.

here's the script of the server: http://pastebin.com/FN0sumZw
the restart command is in a filterscript because i dont know why i cant add it to my gamemode.

wish you can help me thank you.


Re: Server stop when someone join - Battlezone - 14.07.2014

Check your scriptfiles folder permissions, maybe they changed and therefore they would cause crash ( that happened to me before ).
Also are you using SSCANF?


Re: Server stop when someone join - Ihateyou - 14.07.2014

SendClientMessage(playerid, 0x7CFC00AA, "Welcome to Supreme Stunt World %s, Enjoy your Gameplay");

how the fck .....

it should be

SendClientMessage(playerid, 0x7CFC00AA, str);