all of the codes are under Round_Start_Event
PHP Code:
register_logevent("Round_Start_Event", 2, "1=Round_Start")
cs_get_user_team(id) also don't work. in the game it says native error(cs_get_user_team)
i use
new TEAM = get_pdata_int(id, 114, 5)
client_print(id, print_chat, "%d", TEAM)
and i see the number 31660448 in print_chat
how can i handle it...
and if i use register_clcmd and make the codes under its function, it works fine