29.05.2012, 04:58
Hi, my community members and staff have been arguing about the timer for Hunger and Thirst goes down really fast. I need someone to help solving this problems.
This script have been made by one of my scripter, but he is currently inactive, my other scripter can't seem so fix this problems.
I set the Thirst to 8000 and Hunger to 10000 as I thought it was milliseconds(100000 milliseconds = 10 seconds).
I'm going to set it to 3 480 000(58 minutes), but somehow it still doesn't work. Please reply if you could help, thank you.
**Go to 91.204.210.28:7782 to see how it currently work**
Код:
ThirstTimer[playerid] = SetTimerEx("ThirstStatus",8000,1,"i",playerid); HungerTimer[playerid] = SetTimerEx("HungerStatus",10000,1,"i",playerid);
I set the Thirst to 8000 and Hunger to 10000 as I thought it was milliseconds(100000 milliseconds = 10 seconds).
I'm going to set it to 3 480 000(58 minutes), but somehow it still doesn't work. Please reply if you could help, thank you.
**Go to 91.204.210.28:7782 to see how it currently work**