[AJUDA]ResetPlayerWeapons, Favela!
#3

pawn Код:
forward ChecarFavela( );
public ChecarFavela( )
{
    new
        Float: P[3]
    ;
   
    for( new i = 0; i < MAX_PLAYERS; i++ )
    {
        GetPlayerPos( i, P[0], P[1], P[2] );
        if ( P[0] <= 2117.333 && P[0] >= 2261.841 && P[1] <= -1069.962 && P[1] >= -959.4252 )
        {
            ResetPlayerWeapons( i );
        }
    }
    return true ;
}
pawn Код:
public OnGameModeInit( )
{
    SetTimer( "ChecarFavela", 5000, true );
    return true ;
}
Reply


Messages In This Thread
[AJUDA]ResetPlayerWeapons, Favela! - by RedBulL_x - 11.12.2011, 23:33
Re: [AJUDA]ResetPlayerWeapons, Favela! - by ViniBorn - 11.12.2011, 23:42
Re: [AJUDA]ResetPlayerWeapons, Favela! - by Macintosh - 11.12.2011, 23:47
Re: [AJUDA]ResetPlayerWeapons, Favela! - by RedBulL_x - 12.12.2011, 00:29
Re: [AJUDA]ResetPlayerWeapons, Favela! - by ViniBorn - 12.12.2011, 00:35
Re: [AJUDA]ResetPlayerWeapons, Favela! - by RedBulL_x - 12.12.2011, 00:47

Forum Jump:


Users browsing this thread: 1 Guest(s)