Different Timer
#1

Hello what is the differences about

Код:
SetTimerEx("DelayedKick", 250, false, "i", giveplayerid);
with

Код:
SetTimerEx("DelayKick", 1000, false, "d", giveplayerid);
I mean what is "i" and "d" what is the differences in the both timer? +1 Rep
Reply
#2

Integer and decimal, they are the same in pawn.
Reply
#3

Quote:
Originally Posted by Crayder
Посмотреть сообщение
Integer and decimal, they are the same in pawn.
Hmm, i thought 'i' will kick the player who is using it. And how about 'd' ?
Reply
#4

Quote:
Originally Posted by ChuckyBabe
Посмотреть сообщение
Hmm, i thought 'i' will kick the player who is using it. And how about 'd' ?
'i' - Integer
'd' - Decimal

Those are called specifiers, these two specifically act the same in pawn (our, pawn, that is).

The difference is not the specifiers, it's your callbacks being called. You have two different callbacks ("DelayedKick" and "DelayKick").
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)