Quote:
Originally Posted by Estland
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?
|
No, thats just the identification. player can be = id. you name it whatever you want. To say what it actually does, depends of what you have before it.
__________________