Raised This Month: $ Target: $400
 0% 

Team help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
|2eM!x
Member
Join Date: Mar 2005
Old 03-23-2005 , 20:34   Team help
Reply With Quote #1

Well, pretty much, i just want it that if a person selects to be a t that it client_print Welcome to terrorists, or Welcome to CT's, maybe i could add some weapon restriction msgs on later
|2eM!x is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 03-23-2005 , 20:48  
Reply With Quote #2

Heh, xeroblood should be able to answer this one.. Since made/put a plugin on my server that when a user joins a team he is forced to say "Hello All!".
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
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
|2eM!x
Member
Join Date: Mar 2005
Old 03-24-2005 , 00:00  
Reply With Quote #4

// please! you dont know how much you rock
|2eM!x 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 09:50.


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