Raised This Month: $ Target: $400
 0% 

How to get player joins team event ?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Nyuszy
Senior Member
Join Date: Apr 2009
Old 04-09-2011 , 13:56   Re: How to get player joins team event ?
Reply With Quote #6

i'm not sure but i think:
PHP Code:
register_event("TeamSelect""select_team""a"
PHP Code:
public select_team()
{
new 
id read_data(1)
new 
team[32]
read_data(2team31)
if(
equali(team"TERRORIST"))
{
     
// something
}
else if(
equali(team"CT"))
{
     
// something
}
else if(
equali(team"SPECTATOR"))
{
     
// something
}

Nyuszy is offline
 



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:48.


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