SAIL - Event appears when a building is captured

Free modding tutorials and source codes.

Модераторы: zoNE, Antitheus

User avatar
zoNE
The Great Uniter & Site Administrator
The Great Uniter & Site Administrator
Сообщения: 2061
Зарегистрирован: Fri Feb 17, 2006 3:44 pm
Location: Poland
Контактная информация:

SAIL - Event appears when a building is captured

Post zoNE »

Gothuk wrote:

Code: Select all

on BuildingCaptured(building,side,unit) do
begin
   // kod
end;
http://wiki.owsupport.com/index.php?tit ... ngCaptured

Code: Select all

every 0$0.1 trigger GetSide(building)=1 do // =1 to am, 2 rus itd ... begin 
   // kod
end,
Author: Gothuk
Topic: http://forum.original-war.net/viewtopic.php?t=1298