Hello, is there any samp clock filterscript or something? Maybie anyone could give an idea how to make it? I'm looking for basic real time clock with textdraws and changing weather.
Using Pawn.CMD?
If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.
Thanks but how can I check for example when it is 18:00 so I can change the weather (As efficiently as possible, without puting much stress on the server)?
2020-11-11, 09:44 PM (This post was last modified: 2020-11-11, 09:48 PM by Pinch.)
Are you sure that you want to change the weather for this clock system?
You probably want SetWorldTime(hour);
Create a timer and update it whenever you get the hour via gettime
Using Pawn.CMD?
If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.