22.12.2009, 22:14
Hello,
Is it possible to set a time in my Gamemode, And it will stay on that time for ever.
It has SetWeather in my Gamemode, Wich will set the Weather to a weather ID For ever.
Could you create one for Time? Because if i make SetTime(24); it gives me a Error..
Its in my gamemode like this:
SetWeather(2);
And i just make it like this:
SetWeather(2);
SetTime(24);
And i get this:
error 017: undefined symbol "SetTime"
Is it possible to set a time in my Gamemode, And it will stay on that time for ever.
It has SetWeather in my Gamemode, Wich will set the Weather to a weather ID For ever.
Could you create one for Time? Because if i make SetTime(24); it gives me a Error..
Its in my gamemode like this:
SetWeather(2);
And i just make it like this:
SetWeather(2);
SetTime(24);
And i get this:
error 017: undefined symbol "SetTime"