małpy
- YuriStriatov
- Site Administrator
- Messages : 1395
- Inscription : Vie Feb 17, 2006 3:02 am
- Contact :
- NaDoL
- Community Veteran
- Messages : 379
- Inscription : Mié Abr 12, 2006 7:43 pm
- Ubicación : Poland
- Contact :
temat
Poporostu dajesz petle czyli
ale nie wiem czy to zadziała sprawdźexport ape;
every min$sek (dajesz co ile maja sie pojawiac) do
begin
uc_side=0;
uc_nation=nation_nature;
uc_class=12;
PlaceUnitAnywhere(ape,false);
enable;
end;

-
- Site Administrator
- Messages : 2898
- Inscription : Vie Jul 28, 2006 10:58 am
- Ubicación : Bialystok, Poland
To nie zadziala, ja bym to dal tak:
Código: Seleccionar todo
every min$sek do
var ape;
begin
uc_side=0;
uc_nation=nation_nature;
uc_class=12;
ape=CreateHuman;
PlaceUnitAnywhere(ape,false);
enable;
end;
Sprubuj stowrzyc jakas arene i zrob tak
[/code]
Código: Seleccionar todo
export ape;
every min$sek do <<czas
begin
uc_side=0;
uc_nation=nation_nature;
uc_class=12;
PlaceUnitArea(ape,nazwa_arei,false);
enable;
end;
- NNPlaya
- Community Veteran
- Messages : 372
- Inscription : Sab Oct 14, 2006 4:52 pm
- Ubicación : Tuszyn, Polska
- Contact :
inteligencja...Jeanks escribió:Sprubuj zmazac ot uc_class i dopeiro wtedy daj compile jak niedziala to niewiem ^^
Powinno być hc_class, a nie uc_class
Código: Seleccionar todo
every min$sek do
var ape;
begin
uc_side=0;
uc_nation=nation_nature;
hc_class=12;
ape=CreateHuman;
PlaceUnitAnywhere(ape,false);
enable;
end;

Última edición por NNPlaya el Dom Mar 04, 2007 9:01 pm, editado 2 veces en total.