Is it possible to save a text message in arrays like:
PHP Code:
new something = ""
then in some commands add something like this:
PHP Code:
something = "hi you are an idiot"
or
PHP Code:
something = "hi you are an dumbass"
then show that in menu:
PHP Code:
formatex(title, 511, "message of the hour:^n\y ^"%s^"^n\w.", something)
and also: display a message to player:
PHP Code:
client_print(id, print_chat, "moth: ^"%s^", something)