Jump to content

Roach

Membru
  • Posts

    660
  • Joined

  • Last visited

    Never

Posts posted by Roach

  1. Poti face asa pentru nu a Spama:

    public OnPlayerKeyStateChange( playerid, newkeys, oldkeys )

    {

    new Float:health; GetVehicleHealth( GetPlayerVehicleID( playerid ), health );

    if( PRESSED( KEY_SUBMISSION ) )

    {

    if(health < 1000)

    {

    if( IsPlayerInAnyVehicle( playerid ) )

    {

    RepairVehicle( GetPlayerVehicleID( playerid ) );

    SendClientMessage( playerid, -1, "Vehicle Fixed !");

    }

    }

    }

    return ( 1 );

    }

  2. Ia incerca decat:

    CreateDynamicPickup(1239, 23, 918.2713, -1252.1028, 16.2109);

    Daca face cum ai zis tu, face exact cum a facut el, nu teai uitat la native?...


    Incearca asa:

    CreateDynamicPickup(1239, 23, 918.2713, -1252.1028, 16.2109, 0, 0, -1, 200.0);

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.