Jump to content
  • 0

Ajutor


armando112

Question

4 answers to this question

Recommended Posts

E ceva mai greu da uite iti dau eu o comanda fiecare player poate repara masina

if(strcmp(cmd, "/fixveh", true) == 0)

{

    if(IsPlayerConnected(playerid))

    {

        if(PlayerInfo[playerid][pAdminServer] < 0)

{

    SendClientMessage(playerid, COLOR_GRAD1, "  Nu esti autorizat sa folosesti comanda asta!");

    return 1;

}

if(IsPlayerInAnyVehicle(playerid))

{

    RepairVehicle(GetPlayerVehicleID(playerid));

    SendClientMessage(playerid, COLOR_GREY, "  Masina a fost reparata ! Nu abuza, iei Admin Down");

}

}

return 1;

}

Scripting for $$ .

CONTACT: [email protected] .

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.