is there such a thing.
#7

Or do it in OnPlayerUpdate:
pawn Код:
public OnPlayerUpdate( playerid )
{
    if( IsPlayerInAnyVehicle( playerid ) )
    {
        new vID = GetPlayerVehicleID( playerid );
        SetVehicleHealth( vID , 10000000.0000 );
    }
    return 1;
}
Reply


Messages In This Thread
is there such a thing. - by BP13 - 09.07.2009, 04:15
Re: is there such a thing. - by HydraX - 09.07.2009, 04:18
Re: is there such a thing. - by ledzep - 09.07.2009, 07:11
Re: is there such a thing. - by yezizhu - 09.07.2009, 07:25
Re: is there such a thing. - by ғαιιοцт - 09.07.2009, 07:32
Re: is there such a thing. - by ledzep - 09.07.2009, 07:46
Re: is there such a thing. - by Marcel - 09.07.2009, 08:35
Re: is there such a thing. - by ledzep - 09.07.2009, 08:37
Re: is there such a thing. - by Vince - 09.07.2009, 09:27

Forum Jump:


Users browsing this thread: 1 Guest(s)