Quote:
Originally Posted by fysiks
Probably because you copied code from a menu.
All of your color chats are not in any loop.
PHP Code:
loop through players
if player has the same team as "id"
show the message
endloop
|
Quote:
Originally Posted by One
or :
PHP Code:
function ()
{
check users team
switch teams
{
case team T =
make a loop between all users in the same team
{
show the message to the users and return the standard msg
}
case team CT =
make a loop between all users in the same team ( TEAM 2 )
{
show the message and return the standard msg
}
}
}

|
Yeah thank you both,but someoone already explained me what was wrong :]