Jump to content

icarus

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by icarus

  1. At GUI tutorial 2, i edited it so it could say higher/lower , but doesnt work, dont know what is wrong, can someone help me. de Debug script 3 output is this : ERROR:server.lua:13: attempt to compare nil with string local keypadCodes = { ["a51MainGateKeypadCode"] = math.random (0, 50000) } addEvent("verifyKeypadCode",true) addEventHandler("verifyKeypadCode",root,function(code,keypadID) if code then if code == keypadCodes[keypadID] then triggerClientEvent(client,"onKeypadVerificationSuccessful",client,keypadID) elseif code >= keypadCodes[keypadID] then triggerClientEvent(client,"oncodeishigher",client,keypadID) elseif code <= keypadCodes[keypadID] then triggerClientEvent(client,"oncodeislower",client,keypadID) end end end)
  2. icarus

    Mta Comunity

    kk, i thought the 3 one was possible, since once i searched for a resource , it was water, it was a shader, i found it, and when i pressed to go to the resource page, it hapeared that it was some sort of a private resource.
  3. icarus

    Mta Comunity

    Ive got some questions about comunity page. How do i delete a uploaded resource ? How do i update a uploaded resource ? And how do i Make a resource private just for a group ?
  4. Maps for pros, with a lot of skill, ty for making them public and free.
  5. nice map, you gonna make it public ?
×
×
  • Create New...