małpy
- YuriStriatov
- Site Administrator
- Mensajes: 1395
- Registrado: Vie Feb 17, 2006 3:02 am
- Contactar:
- NaDoL
- Community Veteran
- Mensajes: 379
- Registrado: Mié Abr 12, 2006 7:43 pm
- Ubicación: Poland
- Contactar:
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
- Mensajes: 2898
- Registrado: 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
- Mensajes: 372
- Registrado: Sab Oct 14, 2006 4:52 pm
- Ubicación: Tuszyn, Polska
- Contactar:
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.