Posts: 1,594
Threads: 61
Joined: Oct 2009
Reputation:
0
This is not possible, I think. Am I wrong?
Posts: 3,304
Threads: 58
Joined: Sep 2008
Reputation:
0
That's impossible, unfortunately
Posts: 2,175
Threads: 235
Joined: Sep 2009
Reputation:
0
irc chat use it no? you can talk but invisibile in server u can use this functions xD
Posts: 3,304
Threads: 58
Joined: Sep 2008
Reputation:
0
This if for in-game, not IRC.
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?
Posts: 1,594
Threads: 61
Joined: Oct 2009
Reputation:
0
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.
Posts: 1,150
Threads: 16
Joined: Oct 2009
Reputation:
0
You can call that function you suggested under OnPlayerConnect.