09.11.2011, 22:12
Is there a way to add more onto a string later on?
Like for example in php you would do:
So I'm wondering if something like:
would work?
Like for example in php you would do:
Код:
$string .= "more information<br>";
pawn Код:
format(string,sizeof(string),"%s more information",string);