Wanted level timers
#3

Here you go.

pawn Код:
forward Timer(playerid);

public OnPlayerDeath(playerid, killerid, reason)
{
    if(GetPlayerTeam(killerid) == TEAM_GANG)
    {
        SendClientMessage(killerid, -1, "You have killed someone you may get caught by the police");
        SetTimerEx("Timer",30000,0,"d",killerid);
    }
    return 1;
}

public Timer(playerid)
{
    //Do what you want to happen here  
}
Reply


Messages In This Thread
Wanted level timers - by muhib777 - 11.08.2011, 17:21
Re: Wanted level timers - by Ruffles. - 11.08.2011, 17:30
Re: Wanted level timers - by Cypress - 11.08.2011, 17:31
Re: Wanted level timers - by muhib777 - 11.08.2011, 18:08

Forum Jump:


Users browsing this thread: 1 Guest(s)