Po drugie, mam taki kod:
Code : Tout sélectionner
on VehicleConstructed(vehi,fact) do
var dri;
begin
dri:=IsDrivenBy(vehi);
if GetSide(fact)=5 then
begin
ComMoveToArea(vehi,ArV);
AddComExitVehicle(vehi);
AddComEnterUnit(vehi,fact);
AddComEnterUnit(dri,fact);
GetV;// nieistotna teraz funkcja
if rand(0,1) then ComConstruct(fact,ar_half_tracked,engine_combustion,control_manual,ar_gun)
else ComConstruct(fact,ar_half_tracked,engine_combustion,control_manual,ar_flame_thrower);
end;
Po trzecie wait(1) czy ma równoważnik w postaci wait(x$x) oraz czy może przyjąć argument w postaci 0$0.x(i ofc jak zareaguje itp)?
---
ty,
JRF