Jump to content

AK47

Member
  • Posts

    1
  • Joined

  • Last visited

About AK47

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

AK47's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Salut, ma poate ajuta si pe mine cineva cu comanda [/aspawn] pentru gm bigzone gen daca ai admin 6 sa poti folosi comanda /aspawn si sa te spawneze in aaa2

    1. TwEnZyAdv

      TwEnZyAdv

      YCMD:aspawn(playerid, params[], help) {
          if(PlayerInfo[playerid][pAdmin] < 6) return 1;
          new tmpcar = GetPlayerVehicleID(playerid);
          if(GetPlayerState(playerid) == 2) SetVehiclePosEx(playerid, tmpcar, 1477.5452,1742.9164,10.8125), LinkVehicleToInterior(tmpcar, 0), SetVehicleVirtualWorld(tmpcar, 1337);
          else SetPlayerPosEx(playerid,1477.5452,1742.9164,10.8125);
          SetPlayerVirtualWorld(playerid, 1337);
          SetPlayerInterior(playerid, 0);
          SCM(playerid, COLOR_GREY, "Welcome to LV airport (Virtual 1337).");
          return 1;
      }


       

    2. Ionut09

      Ionut09

      A zis pentru bigzone...

      Quote

      CMD:aaa2(playerid, params[])
      {
          if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "Nu esti logat.");
          if(gPlayerLogged[playerid] != 0)
          {
              if (PlayerInfo[playerid][pAdmin] > 5)
              {
                  SetPlayerVirtualWorld(playerid, 1);
                  SetPlayerInterior(playerid, 0);
                  SetPlayerPosEx(playerid, 1477.1122,1713.9915,10.8125);
                  SendClientMessage(playerid, COLOR_WHITE, "Bun venit in aeroport-ul din Las Venturas (in virtual world).");
              }
              else return SendClientMessage(playerid, COLOR_WHITE, "You are not an helper/admin.");
          }
          return 1;
      }

       

×
×
  • Create New...