Help with one thing (+rep)
#2

I'd recommend something like this:

pawn Код:
new W2LV[MAX_PLAYERS];

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;
        }
    }
    return 1;
}

public OnPlayerConnect(playerid)
{
    W2LV[playerid] = 0;
    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)