Time Countup
#6

Quote:
Originally Posted by selten98
Посмотреть сообщение
Use SetTimerEx instead of SetTimer. And not >=. But > as it shouldnt Equal 59 (that not a full minute!) it should equal 60 or better be bigger then 59.
pawn Код:
public OnGameModeInit()
{
     GameTimer = SetTimerEx("GameTime",1000,1,"i",playerid);
     return 1;
}
"playerid" on OnGameModeInIt() ??

(26) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
Time Countup - by sameer419 - 17.01.2012, 19:01
Re: Time Countup - by Snowman12 - 17.01.2012, 19:12
Re: Time Countup - by sameer419 - 17.01.2012, 19:24
Re: Time Countup - by selten98 - 17.01.2012, 19:27
Re: Time Countup - by sameer419 - 17.01.2012, 19:32
Re: Time Countup - by sameer419 - 17.01.2012, 19:37
Re: Time Countup - by Snowman12 - 17.01.2012, 20:19

Forum Jump:


Users browsing this thread: 1 Guest(s)