Quote:
Originally Posted by Exolent[jNr]
You think wrong.
|
can you tell me why my think is wrong ?
i have remembered Arkshine had shown a example, and I test it !
PHP Code:
register_clcmd("say test", "CmdTest")
public CmdTest(id)
{
new team = get_user_team(id)
client_print(id, print_chat, "you team is %i", team)
}
so, when my team is on
unassigned or spectator , team is equal "0"
__________________