Jump to content

iFrank4927

Members
  • Posts

    11
  • Joined

  • Last visited

Details

  • Gang
    LOL
  • Location
    Santiago
  • Occupation
    Nothing

Recent Profile Visitors

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

iFrank4927's Achievements

Square

Square (6/54)

0

Reputation

  1. i try but the same error appear
  2. oh sorry i forgot, if getPlayerCurrentSlots() + getItemSlots(itemName) <= getPlayerMaxAviableSlots() then
  3. Hello guys, i have a error and i dont know how to solve this, hope that u can help me 944 attempt to perform arithmetic on a boleaan value if getPlayerCurrentSlots() + getItemSlots(itemName) <= getPlayerMaxAviableSlots() then local col = getElementData(getLocalPlayer(), "currentCol") if #getElementsWithinColShape(col, "player") > 1 or getNetworkStats().packetlossLastSecond > 1 then return end
  4. Hello i need help with this please! Menu_client.lua:721 attempt to compare a number with boleaan if itemName == "EngineOne" then if getElementData(getLocalPlayer(),"Tamir Çantası") >= 1 then if (getElementData(getLocalPlayer(),"Motor") or 0) > 0 then local col = getElementData(getLocalPlayer(),"currentCol") triggerServerEvent("playeRepairingAnim",localPlayer,2) setElementData(col,"Motor_inVehicle",(getElementData(col,"Motor_inVehicle") or 0)+1) setElementData(getLocalPlayer(),"Motor",(getElementData(getLocalPlayer(),"Motor") or 0)-1) triggerServerEvent("playeRepairingAnim",localPlayer,2) startRollMessage2("Inventory", "Bir motor koyuldu!", 22, 255, 0 ) else startRollMessage2("Inventory", "Sende Motor Yok!", 255, 22, 0 )
  5. Son scripts como airdrop, sistema de vip, entre otros. Si estas interesado dejame algo para contactarte
  6. Hola, mi nombre es Franco y basicamente el proyecto que estoy haciendo trata de un servidor dayz, llendo al grano, estoy buscando un scripter que disponga de su tiempo para hacer unos cuantos resources, y dispongo de aproximadamente 11 dolares
  7. Hola, mi nombre es Franco y basicamente el proyecto que estoy haciendo trata de un servidor dayz, llendo al grano, estoy buscando un scripter que disponga de su tiempo para hacer unos cuantos resources, y dispongo de aproximadamente 11 dolares
  8. Hello, i need help with this i'm new in this and i rly need help, I open the mta server.exe and the login says this: [2017-07-19 17:14:43] WARNING: [DayZ-MTA]\DayZ\login.lua:666: Bad argument @ 'getPlayerAccount' [Expected element at argument 1, got boolean] [2017-07-19 17:14:43] WARNING: [DayZ-MTA]\DayZ\login.lua:724: Bad argument @ 'getPlayerAccount' [Expected element at argument 1, got boolean]
×
×
  • Create New...