Jump to content

MasterGuN

Member
  • Posts

    44
  • Joined

  • Last visited

Posts posted by MasterGuN

  1. Am incercat sa fac comanda /bullhorn pentru vehiculele personale , dar imi da erroare 

    Image: https://imgur.com/a/mktZ37L

     

    YCMD:bullhorn(playerid, params[], help) {
        if(PlayerInfo[playerid][pVip] == 1) return 1;
        if(!IsPlayerInAnyVehicle(playerid)) return 1;
        if(InRaceArena[playerid] == 1 && PlayerInfo[playerid][pAdmin] < 1) return SCM(playerid, COLOR_LGREEN, "Nu ai voie sa folosesti aceasta comanda atata timp cat esti in arena de curse!");
        new object1 = CreateObject(19314, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
        new object2 = CreateObject(19314, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
        AttachObjectToVehicle(object1, idd, 206.44, 1767.66, 17.38,0.000000,0.000000,0.000000);
        AttachObjectToVehicle(object2, idd, 206.44, 1767.66, 17.38,0.000000,0.000000,0.000000);
        SCM(playerid, COLOR_YELLOW, "Comanda executata cu succes.");
        return 1;
    }

×
×
  • Create New...