Jump to content

SzbyDev

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

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

SzbyDev's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Hi all! When i play mta like 1 or 2 hour then constantly get bsod(blue screen of death). Is there any fix for these or anything?
  2. Thank you guys for the help!
  3. I try it but not working the ped is not spawned
  4. I try to random spawn locations but not working local fegyverPedP = { --{2274.2573242188, -262.47836303711, 9.2684917449951}, --{1491.6328125, 295.41278076172, 18.663465499878}, [1] = {2756.822265625, -2513.9208984375, 13.642685890198}, [2] = {2761.572265625, -2531.7333984375, 13.638335227966}, } function createped(fegyverPed,fegyverPedP) local randompos = math.random(1, #fegyverPedP) fegyverPed = createPed(111, fegyverPedP[randompos], fegyverPedP[randompos], fegyverPedP[randompos]) --outputChatBox(fegyverPedP[randompos][1], fegyverPedP[randompos][2], fegyverPedP[randompos][3]) setElementInterior(fegyverPed, 0) setElementDimension(fegyverPed, 0) setElementFrozen(fegyverPed, true) setElementRotation(fegyverPed, 0, 0, 90) end
×
×
  • Create New...