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,473 profile views
Jinx099's Achievements
Civilian (7/54)
6
Reputation
-
Jinx099 reacted to a post in a topic:
-1 dimension for everything
-
Micheal1337 reacted to a post in a topic:
i can't find the bug
-
Micheal1337 reacted to a post in a topic:
HELP - Rob script
-
Micheal1337 reacted to a post in a topic:
Vehicle Spawn problem
-
Micheal1337 reacted to a post in a topic:
[HELP] Speaker
-
Micheal1337 reacted to a post in a topic:
SQLite question
-
Micheal1337 reacted to a post in a topic:
How To get account password
-
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 )
-
https://wiki.multitheftauto.com/wiki/Table
-
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
-
Jinx099 reacted to a post in a topic:
How To get account password
-
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)
-
he means copy the code from your lua and paste it here , so he can read it ...
-
exports not expors
-
Jinx099 reacted to a post in a topic:
i can't find the bug
-
HAHAHHHA i trolled all my friends ahaha good job
-
[/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
-
it's the same thing the rob doesn't cancels
-
try changing Client to source or player getElementData(source,"Group") getElementData(player,"Group")
-
Dante , it's not working too
-
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)
-
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
-
it's not working too please i need help
