About the Timer
#1

If i set the timer to

Код:
SetTimerEx("DelayedKick", 0000, false, "i", playerid);
If this is like Kick(playerid); if i put 0000 ? and if this still send a message before that for example

Код:
SendClientMessage(playerid, COLOR_GRAD1, "Invalid player specified.");
SetTimerEx("DelayedKick", 1000, false, "i", giveplayerid);
It will send the message first before the kick or what ? +1 Rep!
Reply
#2

Why not test yourself and share results?
I have 250ms timer and it works fine, havent tested with lower values though.
Reply
#3

Quote:
Originally Posted by Richie©
Посмотреть сообщение
Why not test yourself and share results?
I have 250ms timer and it works fine, havent tested with lower values though.
Like this?

Код:
SetTimerEx("DelayedKick", 250, false, "i", giveplayerid);
Reply
#4

yes, like that.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)