SAIL - Adding Time To A Multiplayer Map

Free modding tutorials and source codes.

Moderators: zoNE, Antitheus

Post Reply
User avatar
zoNE
The Great Uniter & Site Administrator
The Great Uniter & Site Administrator
Posts: 2059
Joined: Fri Feb 17, 2006 3:44 pm
Location: Poland
Contact:

SAIL - Adding Time To A Multiplayer Map

Post by zoNE »

Stucuk wrote:

Code: Select all

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