Can anyone explain, what's the difference between
Code:
message_begin(MSG_ONE, get_user_msgid("SayText"), {0,0,0}, player)
write_byte(player)
and
Code:
message_begin(MSG_ONE, get_user_msgid("SayText"), {0,0,0}, iPlayer)
write_byte(iPlayer)
One takes for example player's teamcolor and other takes your teamcolor?