SA-MP Forums Archive
block id - 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 id (/showthread.php?tid=138435)



block id - 02manchestera - 01.04.2010

is it possiable to stop a player login in as id 8 as its bugged on my server and need temp fix


Re: block id - GTAguillaume - 01.04.2010

OnPlayerConnected:
Код:
if(playerid = 8)Kick(playerid);



Re: block id - 02manchestera - 01.04.2010

wont work just means i wil only have 8 players on at one time.


Re: block id - Klutty - 01.04.2010

Quote:
Originally Posted by GTAguillaume
OnPlayerConnected:
Код:
if(playerid = 8){ 
Kick(playerid)
}



Re: block id - GTAguillaume - 01.04.2010

Quote:
Originally Posted by Klutty
Quote:
Originally Posted by GTAguillaume
OnPlayerConnected:
Код:
if(playerid = 8){ 
Kick(playerid)
}
That's the same...


Another solution: kick hem, and connect a bot.


Re: block id - 02manchestera - 02.04.2010

so my something like
(just idea not real code)

if(playerid = {
Kick(playerid)
loadnpc// i know not rite
}

is that the main idea of what ur saying


Re: block id - Krozz - 02.04.2010

I think what he means is he wants it to like skip people joining as Id #8 and goto 9 like there id 7 (skip 9


Re: block id - 02manchestera - 02.04.2010

yer tht wat i mean


Re: block id - MadeMan - 02.04.2010

I think it's easier to just fix the bugs for id 8


Re: block id - [MWR]Blood - 02.04.2010

Yeah, tell us the bug of ID 8 so we may help you