MANY THINGS disappeared after adding stuff - need help badly!
#7

Your midnight timer...Probably doesn't work.

pawn Код:
new NightTimer; //outside of everything

//inside of the function
NightTimer = SetTimer("SetNight", 5*60*1000, true); //set it to 5 minutes, and make it repeating

//Then kill it when you want to stop it
KillTimer(NightTimer);
I would do something like this instead, then kill it if you don't want it


Don't know why it's bugging though
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)