To get user name use this method:
PHP Code:
new name[32]
get_user_name(id,name,charsmax(name) // Getting name here
client_print(id,print_chat," Your name is %s",name) //Chat message to verify
I think
PHP Code:
new bool:isSimon
should be:
PHP Code:
new bool:isSimon[] or [33]
To get team You can do this:
PHP Code:
if(cs_get_user_team(id) == CS_TEAM_CT) //Include cstrike for this native
Error on line 22 should be because you didn't put " { " or " } " after team check
EDIT: Check my practice plugin here :
http://forums.alliedmods.net/showthread.php?t=188202
It would help you.
__________________