I notice that:
Code:
new message2[128]
format(message2[id],127,"%s",message)
should most likely be:
Code:
new message2[128]
format(message2,127,"%s",message)
Also, how are you declaring your hudmessage1...4 variables? Based on how it seems you want to make your code act, make sure they are two-dimensional: hudmessage1[33][128] for example, otherwise you would run into the same thing as above.
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS