set time for cmd
#7

Quote:
Originally Posted by nejc001
Посмотреть сообщение
Seven: I get a error 035: argument type mismatch (argument 2) at
Код:
SetTimerEx("eatagain","i",playerid,60*1000,false);
Luka P.: i get a warning 225: unreachable code
Код:
SetPVarInt(playerid, "Last Time Used", gettime());
EDIT: https://sampwiki.blast.hk/wiki/SetTimerEx

whats that "i" for anyway?
pawn Код:
SetTimerEx( "eatagain",60*1000,false,"i",playerid);
"i" is representing "integer", which means that the following value is an integer.
Reply


Messages In This Thread
set time for cmd - by nejc001 - 20.09.2010, 18:28
Re: set time for cmd - by Voldemort - 20.09.2010, 18:33
Re: set time for cmd - by nejc001 - 21.09.2010, 15:09
Re: set time for cmd - by Seven. - 21.09.2010, 15:20
Re: set time for cmd - by Luka P. - 21.09.2010, 15:24
Re: set time for cmd - by nejc001 - 21.09.2010, 15:33
Re: set time for cmd - by LarzI - 21.09.2010, 15:44
Re: set time for cmd - by Luka P. - 21.09.2010, 15:55
Re: set time for cmd - by nejc001 - 21.09.2010, 16:10
Re: set time for cmd - by Luka P. - 21.09.2010, 16:19

Forum Jump:


Users browsing this thread: 2 Guest(s)