Jump to content

Jinx099

Members
  • Posts

    21
  • Joined

  • Last visited

About Jinx099

  • Birthday 09/04/2000

Details

  • Gang
    TGC
  • Location
    Tunisia
  • Occupation
    Gaming
  • Interests
    SAUR BEST

Recent Profile Visitors

1,143 profile views

Jinx099's Achievements

Civilian

Civilian (7/54)

6

Reputation

  1. Jinx099

    help

    Try this local hillArea = createColRectangle ( -2171.0678710938, 678.17950439453, 15, 15 ) setElementInterior ( hillArea, 30 ) setElementDimension ( hillArea, 30) function hill_Enter ( thePlayer, matchingDimension ) if getElementType ( thePlayer ) == "player" then local nameOfThePlayer = getPlayerName ( thePlayer ) outputChatBox ( nameOfThePlayer.." entered the zone!", getRootElement(), 255, 255, 109 ) end end addEventHandler ( "onColShapeHit", hillArea, hill_Enter )
  2. https://wiki.multitheftauto.com/wiki/Table
  3. You cannot know the password it's a binary code which you can't read it so i don't think that's the solution btw nice Neji jaloul's pic
  4. use bone_attach https://community.multitheftauto.com/index.php?p=resources&s=details&id=2540 example : ped = createPed(105,0,0,3) burger = createObject(2880,0,0,0) exports.bone_attach:attachElementToBone(burger,ped,12,0,0,0,0,-90,0)
  5. he means copy the code from your lua and paste it here , so he can read it ...
  6. HAHAHHHA i trolled all my friends ahaha good job
  7. [/lua] addEvent('MyEvent',true) addEventHandler('MyEvent',root, function ( ) if not getPlayerTeam(source) or getPlayerTeam(source) ~= getTeamFromName("Criminals") then return end if newVehicle [ source ] and isElement ( newVehicle [ source ] ) then return false end newVehicle [ source ] = createVehicle ( 482,1603.34717,-1459.95898,13.68424 ) warpPedIntoVehicle ( source,newVehicle [ source ] ) myBlip [ source ] = createBlip( 1019.93677,2373.41040,10.93885,51,2,255,0,0,255,0 ) setElementVisibleTo( myBlip [ source ],root,false ) setElementVisibleTo( myBlip [ source ],source,true ) marker [ source ] = createMarker ( 1019.93677,2373.41040,9.93885,'cylinder',5,255,53,53,53,source ) end ) [/lua] use this instead of allowed teams
  8. it's the same thing the rob doesn't cancels
  9. try changing Client to source or player getElementData(source,"Group") getElementData(player,"Group")
  10. Dante , it's not working too
  11. Hello guys , I used this code on a rob script , i want fix it like when the player killed or he died the rob cancels i tried many times to do it but i failed any one of you can fix it please? that's the code function cancelRob( crim, target ) if isElement( crim ) then if getElementData( crim, "arrested" ) or getElementData( crim, "Jailed" ) == "Yes" then setElementData( crim, "rob", false ) exports.GTWtopbar:dm( "Robbery failed because you left the store!", crim, 255, 0, 0 ) setPedAnimation( target, nil, nil ) if isTimer( cancelTimers[crim] ) then killTimer( cancelTimers[crim] ) end end end end addEventHandler( "onPlayerWasted", getRootElement(), cancelRob) those aren't working addEventHandler( "onPlayerWasted", getRootElement(), cancelRob) addEventHandler( "onPlayerWasted", crim, cancelRob) addEventHandler( "onPlayerWasted", target, cancelRob)
  12. toggleControl("fire", false) But about the tab i think it's mta bug coz you can shoot players when you have a weapon on hand by pressing tab
  13. it's not working too please i need help
×
×
  • Create New...