Is it possible to do this? If yes, how?
#7

Quote:
Originally Posted by park4bmx
Посмотреть сообщение
Then you need to pass to variables
pawn Код:
Command:test(playerid,params[]);
{
     SetTimerEx("OnTestExec",2000,false,"ii", playerid,selectedid);
     //u never gave your variable of how u retrieve the selected player but u will manage.
}

forward OnTestExec(playerid,selectedid);
Public OnTestExec(playerid,selectedid)
{
//do what ever
}
Thanks buddy.
Reply


Messages In This Thread
Is it possible to do this? If yes, how? - by 101 - 05.01.2013, 19:39
Re: Is it possible to do this? If yes, how? - by park4bmx - 05.01.2013, 20:06
Re: Is it possible to do this? If yes, how? - by 101 - 05.01.2013, 20:11
Re: Is it possible to do this? If yes, how? - by Sasino97 - 05.01.2013, 20:12
Re: Is it possible to do this? If yes, how? - by 101 - 05.01.2013, 20:15
Re: Is it possible to do this? If yes, how? - by park4bmx - 05.01.2013, 20:22
Re: Is it possible to do this? If yes, how? - by 101 - 05.01.2013, 21:15

Forum Jump:


Users browsing this thread: 1 Guest(s)