01.07.2011, 18:14
PHP код:
stock AddSpace(NumberSpace)
{
new string[30];
for(new i = 1; i <= NumberSpace; i++)
format(string,30,"%s ",string);
return string;
}
stock AddSpace(NumberSpace)
{
new string[30];
for(new i = 1; i <= NumberSpace; i++)
format(string,30,"%s ",string);
return string;
}