Need Help
#1

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
Reply
#2

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
Reply
#3

Oh Thank you i forget to add return 1;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)