Is it possible
#6

Quote:
Originally Posted by P3DRO
Посмотреть сообщение
i wanna use a timer to call a function that receives two different arguments
For each new argument you want to create, think about sscanf and how it uses "d" or "u" or "i", in this case if your talking about 2 player ids, then you increase "i" to "ii". You would do it for every new argument you have.

Like:
Код:
SetTimerEx("Kicker_CMD", 1, false, "iii", id, playerid,player3);
or

like u were asking for:

Код:
SetTimerEx("Kicker_CMD", 1, false, "ii", id, playerid);
Reply


Messages In This Thread
Is it possible - by P3DRO - 17.03.2013, 22:45
Re: Is it possible - by Luis- - 17.03.2013, 22:47
Re: Is it possible - by mastermax7777 - 17.03.2013, 22:50
Re: Is it possible - by P3DRO - 17.03.2013, 22:52
Re: Is it possible - by Luis- - 17.03.2013, 22:55
Re: Is it possible - by kamzaf - 17.03.2013, 22:59
Re: Is it possible - by mastermax7777 - 17.03.2013, 23:04
Re: Is it possible - by P3DRO - 17.03.2013, 23:05
Re: Is it possible - by Luis- - 17.03.2013, 23:12

Forum Jump:


Users browsing this thread: 1 Guest(s)