Shit What is problem i Add the smuggle system of 0.3 and it give me error on this line
NewTimer( "open", 120000, 0 );
The error is given timer back does not exist
This is function
NewTimer( "open", 120000, 0 );
The error is given timer back does not exist
This is function
Code Select
function open()
{
openn=true;
ClientMessageToAll( "Cargo is ready, it will be moved to another city in a minute.",255,255,0);
ClientMessageToAll( "Hurry and steal it from docks and sell it to any wepons shop you only have 1 min.",255,255,0);
NewTimer( "close", 60000, 1 );
}