Need Help - 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: Need Help (
/showthread.php?tid=185546)
Need Help -
xinix000 - 25.10.2010
Why sometime when people left the server the server will auto restart ??
pawn Код:
[11:17:54] [part] Benz_ERROR has left the server (4:2)
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3b R2, (C)2005-2010 SA-MP Team
[11:18:00]
[11:18:00] Server Plugins
[11:18:00] --------------
[11:18:00] Loading plugin: sampmysql
[11:18:00]
v0.3b R2, (C)2005-2010 SA-MP Team
Re: Need Help -
<Weponz> - 25.10.2010
Make sure you have this is you script
Код:
public OnPlayerDisconnect(playerid, reason)
{
return 1;
}
This is maybe why the script is tripping out when people dissconnect
Re: Need Help -
xinix000 - 25.10.2010
Oh Thank you i forget to add return 1;