-
Content Count
464 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout AhmadQTR
-
Rank
Hustler
Details
-
Gang
LookingForOne
-
Location
Doha, Qatar
-
Interests
Programming
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
ped1 = createPed(7, 1455.8009033203, -2242.8137207031, 13.3828125) function pedCreate () setPedRotation(ped1, 315) setTimer ( function() setPedAnimation (ped1, "bar","Barserve_bottle") end, 500, 1 ) end pedCreate()
-
http://lua-users.org/wiki/TutorialDirectory
-
هذا رابط تنزل resources حق MTA (the default resources) نزله و افتحه و بلاقي حق الايدتورresourceال استبدله بلي عندك
-
Make a logo and type Multi Theft Auto or AhmadQTR anything
-
Can you show us a logo/userbar you made?
-
marker = createMarker(x, y, z, "cylinder", 1.5, 255, 255, 0) addEventHandler("onMarkerHit", root, function(player) if getElementType(player) == "player" and not isPedInVehicle(player) then car = createVehicle ( id, x, y, z ) warpPedIntoVehicle ( source, car) end end) يمكن كذا؟
-
imarker = createMarker ( -3743.6, -3022.52, 38, "cylinder", 10, 0, 0, 255, 255 ) function moveIt( vehicle, matchingDimension ) if isElementWithinMarker ( vehicle, imarker ) then setElementPosition ( vehicle, 0, 0, 7 ) end end addEventHandler('onMarkerHit', root, moveIt)
-
Nice catch Btw Skipper if you want help , put the author name if you didn't that means your dis-respecting him.
-
Fantastic Job! 11/10
-
if getPlayersInTeam (theteam) == 0 then destroyElement (theteam) Not sure.
-
local ourGroup = aclGetGroup ( groupName ) At ( groupname ) type your group name in ACL.
-
addEvent ('lang1', true) addEventHandler ('lang1', root, function (player) theTeam = createTeam ( "Default", 255, 255, 255 ) setPlayerTeam ( source, theTeam ) end ) addEvent ('lang2', true) addEventHandler ('lang2', root, function (player) Team = createTeam ( "English", 255, 255, 255 ) setPlayerTeam ( player, Team ) end )