AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   colormsg error clolor? (https://forums.alliedmods.net/showthread.php?t=184895)

0920357689 05-10-2012 05:43

colormsg error clolor?
 
PHP Code:

new TextColor get_user_team2(id);
client_print_color(0TextColor"");

stock get_user_team2(id)
{
    new 
szTeam[2];
    
get_user_team(idszTeam1);
    switch( 
szTeam[0] )
    {
        case 
'U':return 0;
        case 
'T':return 1;
        case 
'C':return 2;
        case 
'S':return 3;
    }
    return 
0;


client_print_color is useing #include <colorchat>


All times are GMT -4. The time now is 00:27.

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