małpy
- YuriStriatov
- Site Administrator
- Mensajes: 1395
- Registrado: ven. févr. 17, 2006 3:02 am
- Contactar:
- NaDoL
- Community Veteran
- Mensajes: 379
- Registrado: mer. avr. 12, 2006 7:43 pm
- Localisation: 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: ven. juil. 28, 2006 10:58 am
- Localisation: Bialystok, Poland
To nie zadziala, ja bym to dal tak:
Code : Tout sélectionner
every min$sek do
var ape;
begin
uc_side=0;
uc_nation=nation_nature;
uc_class=12;
ape=CreateHuman;
PlaceUnitAnywhere(ape,false);
enable;
end;
- Jeanks
- Soldier level 6
- Mensajes: 305
- Registrado: ven. févr. 16, 2007 1:34 pm
- Localisation: Grudziądz
Sprubuj stowrzyc jakas arene i zrob tak
[/code]
Code : Tout sélectionner
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: sam. oct. 14, 2006 4:52 pm
- Localisation: Tuszyn, Polska
- Contactar:
inteligencja...Jeanks a écrit :Sprubuj zmazac ot uc_class i dopeiro wtedy daj compile jak niedziala to niewiem ^^
Powinno być hc_class, a nie uc_class
Code : Tout sélectionner
every min$sek do
var ape;
begin
uc_side=0;
uc_nation=nation_nature;
hc_class=12;
ape=CreateHuman;
PlaceUnitAnywhere(ape,false);
enable;
end;

Dernière modification par NNPlaya le dim. mars 04, 2007 9:01 pm, modifié 2 fois.