16.06.2011, 18:24
i really need help now.. its not easy but i need to #define 1000 houses
and i dont want to write it all
so is there any way to use loop so i can define or is there other way (tools) that i can type it all out ?
i tried making something like
but obviously doesnt work so can any one of you "pro" scripters help me ? =)
help is really appriciated! thanks in advance
and i dont want to write it all
so is there any way to use loop so i can define or is there other way (tools) that i can type it all out ?
i tried making something like
Код:
new housestr[128];
for(new i=0;i<1000;i++)
{
format(housestr,sizeof(housestr),"#define CP_%i %i",i++, i);
}
help is really appriciated! thanks in advance


