Jump to content

Question

4 answers to this question

Recommended Posts

Posted

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] .

Posted

[XSR]NexT. 

Merci de ajutor...

[[XSR]NexT.  Stii sa faci comanda pentru toti pleyeri(adica sa intri intr-un garaj si sa dai /fix si sa apara un textdraw'''repara''')

y/m:

armando.jupanu

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.