małpy
- YuriStriatov
- Site Administrator
- Messages : 1395
- Inscription : ven. févr. 17, 2006 3:02 am
- Contact :
- NaDoL
- Community Veteran
- Messages : 379
- Inscription : mer. avr. 12, 2006 7:43 pm
- Localisation : 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 : 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
- Messages : 305
- Inscription : 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
- Messages : 372
- Inscription : sam. oct. 14, 2006 4:52 pm
- Localisation : Tuszyn, Polska
- Contact :
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.