09.01.2015, 16:57
Quote:
Another thing for these
PHP код:
PHP код:
|
pawn Код:
info(object)
{
new string[20];
format(string,sizeof(string),PATH"Object %i",object);
return string;
}
printf("info: %s",info(3));
prints: "info: path/Object 3"
if PATH is defined as "path/"
adjust the size of "string"
idk what PATH holds for you or how long it is.