małpy
- YuriStriatov
- Site Administrator
- Messages : 1395
- Inscription : Fr Feb 17, 2006 3:02 am
- Contact :
- NaDoL
- Community Veteran
- Messages : 379
- Inscription : Mi Apr 12, 2006 7:43 pm
- Wohnort : 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 : Fr Jul 28, 2006 10:58 am
- Wohnort : Bialystok, Poland
To nie zadziala, ja bym to dal tak:
Code: Alles auswählen
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]
Code: Alles auswählen
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 : Sa Okt 14, 2006 4:52 pm
- Wohnort : Tuszyn, Polska
- Contact :
inteligencja...Jeanks hat geschrieben:Sprubuj zmazac ot uc_class i dopeiro wtedy daj compile jak niedziala to niewiem ^^
Powinno być hc_class, a nie uc_class
Code: Alles auswählen
every min$sek do
var ape;
begin
uc_side=0;
uc_nation=nation_nature;
hc_class=12;
ape=CreateHuman;
PlaceUnitAnywhere(ape,false);
enable;
end;

Zuletzt geändert von NNPlaya am So Mär 04, 2007 9:01 pm, insgesamt 2-mal geändert.