14.03.2009, 13:30
You would need to format the string to put all that stuff in, otherwise it will send a tonne of script into the chat box in San Andreas >.>
Let me find the wiki page for formats.. in the meantime:
Having some trouble interpreting what you've got going on there, but i'm fairly sure you need to use format!
EDIT: Information on using "format"
Let me find the wiki page for formats.. in the meantime:
pawn Код:
new string[100];
format(string, sizeof(string), "%d.%d.%d", Source of first variable, second, third)
EDIT: Information on using "format"

