Function fail
#1

Код:
(1227) : warning 213: tag mismatch
(1907) : warning 213: tag mismatch
pawn Код:
SetPlayerTimer(playerid, "FailLogin", 30000, false); //Line (1227)


stock SetPlayerTimer(playerid, callback[], interval, Bool:repeating)
{
    SetTimerEx(callback, interval, repeating, "u", playerid); //Line (1907)
}
Reply
#2

Change

pawn Код:
Bool:repeating
To:
pawn Код:
bool:repeating
Sidenote: "u" is not supported by SetTimerEx. Use "i" instead.
Reply
#3

Quote:
Originally Posted by Vince
Посмотреть сообщение
Change

pawn Код:
Bool:repeating
To:
pawn Код:
bool:repeating
Sidenote: "u" is not supported by SetTimerEx. Use "i" instead.
ok, thanks, and thx for the last thing... i always used "u" instead of "i" xD Thx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)