SA-MP Forums Archive
Block Player ID 0? - 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: Block Player ID 0? (/showthread.php?tid=65204)



Block Player ID 0? - mirkoiz - 10.02.2009

Hello,

is it Possible to block ID 0 so if you join the Server and you are Playerid 0 you get forced to the next available Playerid?

no... i dont need it because of buggy script.. i just ask xDD


Re: Block Player ID 0? - Finn - 10.02.2009

Quote:
Originally Posted by Plato
no... i dont need it because of buggy script.. i just ask xDD
Yeah, sure.

No.


Re: Block Player ID 0? - Eraz0r - 10.02.2009

Quote:
Originally Posted by Plato
Hello,

is it Possible to block ID 0 so if you join the Server and you are Playerid 0 you get forced to the next available Playerid?

no... i dont need it because of buggy script.. i just ask xDD
Well, you could kick every player which joines with id 0, but I don't think u really want that


Re: Block Player ID 0? - MenaceX^ - 10.02.2009

It's can be done :X. I remember when I had a bug with MAX_PLAYERS something was working only for ID 0. Can be the same as a 'bug'


Re: Block Player ID 0? - 1337pr0 - 10.02.2009

Quote:
Originally Posted by MenaceX^
It's can be done :X. I remember when I had a bug with MAX_PLAYERS something was working only for ID 0. Can be the same as a 'bug'
That's normally related to 0 being false and 1 being true. If something is happening only on ID 0, then your script is bugged



Re: Block Player ID 0? - matt2127 - 11.02.2009

make sure you use
Код:
for(new i = 0; i < MAX_PLAYERS; i++)
for looping through all players, or alot of them.


Re: Block Player ID 0? - mirkoiz - 11.02.2009

i just asked.. to the Guy that said just Kick Playerid 0...

This will be , 1st ... an empty Server and 2.nd Mass Kicking ^^