I'm totally newbie on scripting for AMXX and I'm with some difficulty to make a function:
Code:
When player connects <- public client_connect ?
If (name == "Arion") <- strcmp (name, "Arion") ?
Player sends command ("say \"Arion connecting\"")<- client_cmd (don't know)
I don't know what (id) (on public client_connect(id)) means too

..
Someone could make this little code so I can study on it?
A little help with
get_user_name(id, name, 17) is much appreciated too (Where did you get id? And name is where it will save the result? 17 is the number of letters it will save in the variable?
One day I'll be good