How to make timer for pickup
#10

Quote:
Originally Posted by Ahmed10020
Посмотреть сообщение
ty but still not working
pawn Код:
if(pickupid == pickup)
    {
        if(GetPVarInt(playerid,"PickUpUsed") == 1)
        {
        SendClientMessage(playerid,COLOR_RED,"You need to wait before buying a armor agian");
        }
 
        GivePlayerMoney(playerid,1);
        SetPVarInt(playerid,"PickUpUsed",1);
        SetTimer("PickUpAgian",10000,false,"i",playerid); /////<<<<<<<
    }
}
pawn Код:
SetTimer("PickUpAgian",10000,false,"i",playerid);
//should be
SetTimerEx("PickUpAgian",10000,false,"i",playerid);
Reply


Messages In This Thread
How to make timer for pickup - by Ahmed10020 - 17.10.2013, 23:57
Re: How to make timer for pickup - by DarkLored - 18.10.2013, 00:06
Re: How to make timer for pickup - by Ahmed10020 - 18.10.2013, 00:08
Re: How to make timer for pickup - by Scrillex - 18.10.2013, 00:13
Re: How to make timer for pickup - by Ahmed10020 - 18.10.2013, 00:16
Re: How to make timer for pickup - by DarkLored - 18.10.2013, 00:23
Re: How to make timer for pickup - by Ahmed10020 - 18.10.2013, 00:43
Re: How to make timer for pickup - by Scrillex - 18.10.2013, 00:55
Re: How to make timer for pickup - by DarkLored - 18.10.2013, 00:56
Re: How to make timer for pickup - by Laronic - 18.10.2013, 01:25

Forum Jump:


Users browsing this thread: 1 Guest(s)