#defining 1000 houses
#1

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

Код:
new housestr[128];
for(new i=0;i<1000;i++)
{
	format(housestr,sizeof(housestr),"#define CP_%i %i",i++, i);
}
but obviously doesnt work so can any one of you "pro" scripters help me ? =)

help is really appriciated! thanks in advance
Reply


Messages In This Thread
#defining 1000 houses (not manually) - by jamesbond007 - 16.06.2011, 18:24
Re: #defining 1000 houses - by Donya - 16.06.2011, 18:29
Re : #defining 1000 houses - by Shidony - 16.06.2011, 18:30
Re: #defining 1000 houses - by jamesbond007 - 16.06.2011, 18:32
Re: #defining 1000 houses - by Cyanide - 16.06.2011, 18:36
Re : #defining 1000 houses - by Shidony - 16.06.2011, 18:38
Re: #defining 1000 houses - by jamesbond007 - 16.06.2011, 18:38
Re: #defining 1000 houses - by Cyanide - 16.06.2011, 18:39
Re: #defining 1000 houses - by Donya - 16.06.2011, 18:40
Re: #defining 1000 houses - by jamesbond007 - 16.06.2011, 18:42

Forum Jump:


Users browsing this thread: 1 Guest(s)