SAIL - Adding Time To A Multiplayer Map

Free modding tutorials and source codes.

Moderators: zoNE, Antitheus

Post Reply
Awatar użytkownika
zoNE
The Great Uniter & Site Administrator
The Great Uniter & Site Administrator
Posts: 2066
Joined: pt lut 17, 2006 3:44 pm
Lokalizacja: Poland
Contact:

SAIL - Adding Time To A Multiplayer Map

Post by zoNE »

Stucuk pisze:

Kod: Zaznacz cały

every 0$1+0$0.5 do 
begin 
display_strings=['#Multi1x1-Time',tick]; 
enable; 
end;
Adding the above code into a multiplayer map's SAIL will add the time. Note, it needs to be placed below an end; or above the begin. It can't go between them.
Author: Stucuk
Topic: http://www.owsupport.com/forum/viewtopic.php?t=78
Post Reply