Jump to content

dalexoxo

Members
  • Posts

    96
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by dalexoxo

  1. Hello MTA Community, i have a Problem with onMarkerHit Here the code: AdminbaseAllowedNames={ ["Lorenzo"]=true,} GoInAdminbaseMarker=createMarker(-2039.7,216.6,34.8,"cylinder",2,255,125,0,140) function TeleportInAdminbase_Func(player) if AdminbaseAllowedNames[getPlayerName(player)]then if isElementWithinMarker(player,GoInAdminbaseMarker)then if getPedOccupiedVehicle(player)==true then setElementFrozen(player,true) setTimer(setElementFrozen,200,1,player,false) setElementPosition(player,-2023.3,295.7,895) else setElementPosition(player,-2023.3,295.7,894.6) end end else outputChatBox("You dont have permissions!",player,255,0,0) end end addEventHandler("onMarkerHit",GoInAdminbaseMarker,TeleportInAdminbase_Func) if a player in vehicle then a problem with: if AdminbaseAllowedNames[getPlayerName(player)]then
  2. in which file? and which line?
  3. no, I mean when I click on the X close button
  4. Hello MTA Community, ich have a problem with the DGS class. if I close the gui with close Button, the mouse pointer does not go away, why? who can help me?
  5. createCustomBlip ( 1523.5888671875, -1469.013671875, 20, 20, "files/MAP/32.png", 200 ) ???
  6. it is the standard https://community.multitheftauto.com/index.php?p=resources&s=details&id=960
  7. Hello MTASA Forum, i have a bug with customblips, who can help me? Screen:
  8. Hallo MTASA Forum, ich habe den bug, mit dem customblips, kann mir wer helfen? Screen:
×
×
  • Create New...