Raised This Month: $ Target: $400
 0% 

Team help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
xeroblood
BANNED
Join Date: Mar 2004
Location: Toronto, Canada
Old 03-23-2005 , 22:21  
Reply With Quote #3

lol.. ya, I made that.. it is part of UAIO...

example:
Code:
#include <amxmodx> new bool:g_bIsJoining[33] = false public plugin_init() {     register_event( "CurWeapon", "Event_ChgWeapon", "be", "1=1" ) } public client_putinserver( id ) {     g_bIsJoining[id] = true } public Event_ChgWeapon( id ) {     if( g_bIsJoining[id] )     {         g_bIsJoining[id] = false         if( get_user_team( id ) == 1 )             client_print( id, print_chat, "Welcome to the Terrorist Team!" )         else             client_print( id, print_chat, "Welcome to the Counter-Terrorist Team!" )     }     return PLUGIN_CONTINUE }

Or something like that!!

xeroblood is offline
Send a message via MSN to xeroblood
 



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 09:50.


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