settimer
#4

pawn Код:
forward a(playerid);
CMD:a(playerid, params[])
{
     SetTimerEx("a",1000,0,"d",playerid);
     return 1;
}

public a(playerid)
{
    GivePlayerMoney(playerid,-1);
}
Reply


Messages In This Thread
settimer - by Horrible - 05.08.2011, 02:54
Re: settimer - by [L3th4l] - 05.08.2011, 02:56
Re: settimer - by iGetty - 05.08.2011, 02:56
Re: settimer - by =WoR=Varth - 05.08.2011, 02:58
Re: settimer - by Horrible - 05.08.2011, 03:02

Forum Jump:


Users browsing this thread: 1 Guest(s)