Jump to content

rAutozRepair


Roach

Recommended Posts

rAutozRepair

Introduction

Este un AutoRepair dupa cum scrie, dar iam pus acest nume pentru ca:

1. rAuto( r = Roach )

2. zRepair( z = Zh3r0 )

Acest [FilterScript] l-am facut pentru Zh3r0, pentru servar-ul lui de Stunt( cu mult timp in Urma ).

Features

  • Nu exista asa ceva in acest [FilterScript], este un Mini-FilterScript sa zicem asa.

Installation

1. Scoateti Filele din Arhiva .rar si punele intr-un Folder.

2. Copiaza filele in .../filterscripts.

Download

Direct | Mirror

PS: Update, acum repara si caroseria!

142sj0l.png

Underground-GFX

Link to comment
Share on other sites

Nici nu l-ai verificat daca merge + are identitare proasta.

Masina are 1000 viata, si tu ai ca are 99 viata xD ... la 99 viata e in flacari deja

gresit:

public Repair(playerid)
{
    if (IsPlayerInAnyVehicle(playerid))
    {
    new Float:health;
    new vehicleid = GetPlayerVehicleID(playerid);
     GetVehicleHealth(vehicleid, health);
    if (health <= 99)
        {
     SetVehicleHealth(vehicleid,100);
    }
    }
}
corect:
public Repair(playerid)
{
    if (IsPlayerInAnyVehicle(playerid))
    {
    new Float:health;
    new vehicleid = GetPlayerVehicleID(playerid);
     GetVehicleHealth(vehicleid, health);
    if (health <= 999)
        {
     SetVehicleHealth(vehicleid,1000);
    }
    }
}
si sa repare tot: (nu doar viata, ci si ce se vede)
public Repair(playerid)
{
    if (IsPlayerInAnyVehicle(playerid))
    {
    new Float:health;
    new vehicleid = GetPlayerVehicleID(playerid);
     GetVehicleHealth(vehicleid, health);
    if (health <= 999)
        {
     RepairVehicle(vehicleid);
    }
    }
}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.