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

[INC] Half-Life Stocks


Post New Thread Reply   
 
Thread Tools Display Modes
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 10-20-2011 , 00:51   Re: [INC] Half-Life Stocks
Reply With Quote #21

Quote:
Originally Posted by vamppa View Post
easy reference functions for creating new plugins
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Kuma77
Senior Member
Join Date: Sep 2014
Location: Behind PC
Old 10-01-2014 , 11:51   Re: [INC] Half-Life Stocks
Reply With Quote #22

is this can switch teamid for half life ? , i mean like this

PHP Code:
       switch (teamID)
        {
            case 
CS_TEAM_CT:
            {
                
set_hudmessage(002550.420.5326.04.00.10.2, -1)
                
show_hudmessage(id"Your Current Team is CT")
            }
            case 
CS_TEAM_T:
            {
                
set_hudmessage(255000.420.5326.04.00.10.2, -1)
                
show_hudmessage(id"Your Current Team is T")
            }
        } 
To
PHP Code:
       switch (teamID)
        {
            case 
HL_TEAM_BLUE:
            {
                
set_hudmessage(002550.420.5326.04.00.10.2, -1)
                
show_hudmessage(id"Your Current Team is BLUE")
            }
            case 
HL_TEAM_RED:
            {
                
set_hudmessage(255000.420.5326.04.00.10.2, -1)
                
show_hudmessage(id"Your Current Team is RED")
            }
        } 
on Teamplay ofc .
__________________
SPACE TIME

Last edited by Kuma77; 10-01-2014 at 11:53.
Kuma77 is offline
KORD_12.7
Senior Member
Join Date: Aug 2009
Location: Russia, Vladivostok
Old 10-01-2014 , 15:24   Re: [INC] Half-Life Stocks
Reply With Quote #23

Yep, it's can.
__________________

Vi Veri Veniversum Vivus Vici
Russian Half-Life and Adrenaline Gamer community

Last edited by KORD_12.7; 10-01-2014 at 15:24.
KORD_12.7 is offline
Send a message via ICQ to KORD_12.7
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:03.


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