Raised This Month: $51 Target: $400
 12% 

what event when player try to join server?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
KunigasZudikas
Junior Member
Join Date: Jun 2006
Location: Lithuania, Siauliai
Old 09-03-2007 , 14:57   what event when player try to join server?
Reply With Quote #1

OK, heres my problem, I want to know what is the ewent when player trys to join server? ex.: Server full, player try to join, I need to exec specific server command.
__________________
Shit, my English is BAD!!!
KunigasZudikas is offline
sumguy14
Senior Member
Join Date: Apr 2006
Old 09-03-2007 , 15:01   Re: what event when player try to join server?
Reply With Quote #2

The player never joins if the server is full.

OnPlayerConnect(client)
{
}

is fired right when they click the server, and connect.

OnClientPutInServer(client)
{
}

is fired when they finish connecting (Sometime near the MOTD popping up)

Nothing is fired when they view the server info.
__________________
Don't think of them as bugs think of them as unexpected features
sumguy14 is offline
KunigasZudikas
Junior Member
Join Date: Jun 2006
Location: Lithuania, Siauliai
Old 09-03-2007 , 15:29   Re: what event when player try to join server?
Reply With Quote #3

hm.... ok, so what event is when player push join server, OnClientPutInServer?
__________________
Shit, my English is BAD!!!
KunigasZudikas is offline
sumguy14
Senior Member
Join Date: Apr 2006
Old 09-03-2007 , 15:36   Re: what event when player try to join server?
Reply With Quote #4

Code:
forward bool:OnClientConnect(client, String:rejectmsg[], maxlen);
In your code it should look like

Code:
bool:OnClientConnect(client, String:rejectmsg[], maxlen)
{
  Your code
}
__________________
Don't think of them as bugs think of them as unexpected features
sumguy14 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:41.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode