Getting Time.
#1

DELETED.
Reply
#2

pawn Код:
if ( TMn [ playerid ] < LMin ) return 1 ;
if ( TMn [ playerid ] == LMin ) if ( TSc [ playerid ] < LSec ) return 1 ;
I think that should be
pawn Код:
if ( TMn [ playerid ] > LMin ) return 1 ;
if ( TMn [ playerid ] == LMin ) if ( TSc [ playerid ] > LSec ) return 1 ;
also make sure you put LMin something big.
But that's not the problem you are talking about.
Solution for your problem:
pawn Код:
LTimer [ playerid  ] = SetTimerEx ( "StartRound" , 1000 , >>>>>TRUE<<<< , "i" , playerid ) ;
Reply
#3

Quote:
Originally Posted by Roko_foko
Посмотреть сообщение
pawn Код:
if ( TMn [ playerid ] < LMin ) return 1 ;
if ( TMn [ playerid ] == LMin ) if ( TSc [ playerid ] < LSec ) return 1 ;
I think that should be
pawn Код:
if ( TMn [ playerid ] > LMin ) return 1 ;
if ( TMn [ playerid ] == LMin ) if ( TSc [ playerid ] > LSec ) return 1 ;
also make sure you put LMin something big.
But that's not the problem you are talking about.
Solution for your problem:
pawn Код:
LTimer [ playerid  ] = SetTimerEx ( "StartRound" , 1000 , >>>>>TRUE<<<< , "i" , playerid ) ;
Viola!

I just found how idiot I was. -_-
I am sleepy

Thanks +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)