Jump to content

carvalhosgamer

Members
  • Posts

    37
  • Joined

  • Last visited

carvalhosgamer's Achievements

Rat

Rat (9/54)

0

Reputation

  1. Thank You!
  2. Hello Guys, I'm studying MTA, and I have a problem with my code look this: thePed = createPed(12, 0,0,0 ) carIni = createVehicle ( 405, 133, 2218, 35.7,0,0, 180 ) warpPedIntoVehicle ( thePed, carIni ) setElementVelocity (carIni , 0, -0.1, 0) enyMarker = createMarker(141.8,1944,18, "cylinder" , 15.0, 0, 0, 0, 200) addEventHandler("onMarkerHit" , enyMarker, function() if getElementType(thePed) == "ped" and getPedOccupiedVehicle(thePed) then outputChatBox("sdsd") end end I need the condition of only ped touch the marker and do something only ped not the player Thanks!
  3. its not on the id list
  4. Hello!, please somebody can help me, what's Alhambra club id interior? or another dance club id thanks!
  5. Thank You very much!
  6. Thank You very much!
  7. thank you man, but how i do that? clean table?
  8. thank you very much! local options= guiCreateGridList(0.01, 0.10, 1, 0.70, true, Window) local col1 = guiGridListAddColumn(options, "Los Santos" , 0.85) if (col1) then local row = guiGridListAddRow ( options) guiGridListSetItemText ( options, row, col1, "City 1", false, false ) end addEventHandler ( "onClientGUIClick", options, function() if not ( guiGridListGetSelectedItem (options) == -1 ) then local value = guiGridListGetItemText (options, guiGridListGetSelectedItem(options), 1 ) end end)
  9. Ok, i got help with other thing thats my code: local options= guiCreateGridList(0.01, 0.10, 1, 0.70, true, Window) local col1 = guiGridListAddColumn(options, "Los Santos" , 0.85) if (col1) then local row = guiGridListAddRow ( options) guiGridListSetItemText ( options, row, col1, "City 1", false, false ) end end How I capture the value from row? thanks
  10. hello, I'm Tryng many times to do one grid look this: local options= guiCreateGridList(0.01, 0.10, 1, 0.70, true, Window) local col1 = guiGridListAddColumn(options, "Los Santos" , 0.85) if (col1) then local row = guiGridListAddRow ( options) guiGridListSetItemText ( options, row, col1, "City 1", false, false ) end local col2 = guiGridListAddColumn(options, "San Fierro" , 0.85) if (col2) then local row2 = guiGridListAddRow ( options) guiGridListSetItemText ( options, row2, col2, "City 1", false, false ) end ok that's Works, But i need the the Column below each other, Vertical, not Horizontal Please, Help me! Thank you veru Much
  11. Sure!!, definitely! I Appreciate That! Thanks
  12. Great! Thank you very much. I'm using that, works perfectly
  13. yes! thank you for your attention!
  14. owwww awesome!! Works perfectly thank you very much
×
×
  • Create New...