Time ERROR :O
#1

.....
Reply
#2

......
Reply
#3

Код:
SetWorldTime(0);
worldTime = 0;
seconds = 1;

forward TimeUpdate();
public TimeUpdate()
{
worldTime++;
SetWorldTime(worldTime);
minuto=0;
for(new i = 0; i < MAX_PLAYERS; i++)
{
Have you tried this?
Reply
#4

I'm not even certain that

pawn Код:
worldTime%=24;
is a valid operation..
Reply
#5

......
Reply
#6

Show us your SetTimer or SetTimerEx.
Reply
#7

.....
Reply
#8

.....
Reply
#9

May I ask why you have the seconds%=60 statement also?
Reply
#10

.......
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)