How to make a player invis in the Player List - 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: How to make a player invis in the Player List (
/showthread.php?tid=158034)
How to make a player invis in the Player List - Micko9 - 08.07.2010
Umm how can i make a player invisible in the Player List (TAB) ? I could use this good
Re: How to make a player invis in the Player List -
Jeffry - 08.07.2010
This is not possible, I think. Am I wrong?
Re: How to make a player invis in the Player List -
Hiddos - 08.07.2010
That's impossible, unfortunately
Re: How to make a player invis in the Player List -
iJumbo - 08.07.2010
irc chat use it no? you can talk but invisibile in server u can use this functions xD
Re: How to make a player invis in the Player List -
Hiddos - 08.07.2010
This if for in-game, not IRC.
Re: How to make a player invis in the Player List - Micko9 - 08.07.2010
dang it :/
Re: How to make a player invis in the Player List - Micko9 - 08.07.2010
is there anyway to make some actions appear before player actually Connects like when samp checks if hes banned? It happens before he is 'Connected' to the game?
Re: How to make a player invis in the Player List -
Jeffry - 08.07.2010
No, the data of the server will be transmitted to the player at the beginning of "OnPlayerConnect(playerid)".
So the first possibility to send something to the player is at OnPlayerConnect.
Re: How to make a player invis in the Player List - Micko9 - 08.07.2010
im really out of luck. There should be OnIncomingConnection(nick,ip,conid); if it returns 0 then it wont do OnPlayerConnect and if 1 it does OnPlayerConnect and then you can use OnDialogResponse with conid
aww that wood be really nice
but there aint anything like it D:
Re: How to make a player invis in the Player List -
DJDhan - 08.07.2010
You can call that function you suggested under OnPlayerConnect.