PHP Code:
new authid[80],name[32]
get_user_authid(id,authid,charsmax(authid))
get_user_name(id,name,charsmax(name))
new content[155]
client_cmd(id, "messagemode MYTEXT");
format(content,charsmax(content),"^"ABC^" ^"%s^" ^"[%s]^" ^"%s^"",authid, MYTEXT, name)
write_file("addons/amxmodx/configs/myfiles.ini",content,-1)
how im supposed to add my text from messagemode MYTEXT between "[%s]" on format content?
i tried from some examples but those weren't good
__________________