Hey guys,
I want to check which team a guy picked on the teams menu, so I used this:
PHP Code:
register_message(get_user_msgid("VGUIMenu"), "message_VGUIMenu");
I guess the public
message_VGUIMenu will get called when a player picks a team from that menu, no? Anyways, I get 3 parameters on that public I think:
PHP Code:
public message_VGUIMenu(iMsgid, iDest, id)
how can I check from these 3 parameters if ( the team he picked == terror ) or if ( the team he picked == ct ) etc etc...
Am I doing it correct? if no help me please.
Thanks in advance.
__________________