Quote:
|
Originally Posted by FireStorm
change
Code:
public cmd_change_name(id)
to
Code:
public cmd_change_name(id,level,cid)
and
Code:
get_user_name (player,name2,31)
to
Code:
get_user_name(uid,name2,31)
and try then.
|
ahh yes it compiled flawlessly. ty very much. btw where can i find tuts of scripting small for amxx other than that sticky thread in scripting help forum?