onplayerdisconnect - 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: onplayerdisconnect (
/showthread.php?tid=640466)
onplayerdisconnect -
Bussyman - 03.09.2017
Hi,
Server wait until OnPlayerDisconnect get called for playerid, until new player can connect to that ID?
Re: onplayerdisconnect -
Kane - 03.09.2017
Well obviously. You can't connect with a ID that's being used.
Re: onplayerdisconnect -
C4rtm4n - 03.09.2017
Not the samp uses an ID in Growing order In other words, it will be so 0,1,2,3 and so it continues if a player disconnects the ID he was using will be available to another player and no player is waiting for another exit to enter.