Help with one thing (+rep)
#6

pawn Код:
forward ReseW2LV(playerid);

public ResetW2LV(playerid)
{
    W2LV[playerid] = 0;
}

public OnPlayerUpdate(playerid)
{
    if(W2LV[playerid] != 1)
    {
        if(IsPlayerInRangeOfPoint(playerid, 5.0, 1629.9722,147.9344,35.5146))
        {
            CreateBox(playerid, "info", "Welcome to las venturas");
            W2LV[playerid] = 1;
                SetTimerEx("ResetW2LV", 60000, false, "i", playerid);
        }
    }
    return 1;
}
Reply


Messages In This Thread
Help with one thing (+rep) - by Dripac - 11.05.2012, 21:49
Re: Help with one thing (+rep) - by Jack_Leslie - 11.05.2012, 21:53
Re: Help with one thing (+rep) - by iGetty - 11.05.2012, 21:53
Re: Help with one thing (+rep) - by Dripac - 11.05.2012, 21:54
Re: Help with one thing (+rep) - by iGetty - 11.05.2012, 21:56
Re: Help with one thing (+rep) - by Jack_Leslie - 11.05.2012, 21:56
Re: Help with one thing (+rep) - by Dripac - 11.05.2012, 21:56
Re: Help with one thing (+rep) - by iGetty - 11.05.2012, 21:58
Re: Help with one thing (+rep) - by Jack_Leslie - 11.05.2012, 21:58

Forum Jump:


Users browsing this thread: 1 Guest(s)