-
Content Count
131 -
Joined
-
Last visited
Community Reputation
20 DecentAbout xMKHx
-
Rank
Poot-butt
- Birthday 04/02/2000
Details
-
Gang
Lua Programmer
-
Location
Tunisia
-
Occupation
Scripter
Recent Profile Visitors
1,893 profile views
-
luiz gabriel started following xMKHx
-
Seriously you're selling this simple script for $7 I'll make it for free if someone requested !
-
createObject createColRectangle onColShapeHit setTrainSpeed
-
You can take a look on DGS, Actually am using it in my server
-
About the community: UDC is a project which has been developed since probably 3 year. It's a CnR/RPG/RP project, in this server we're trying to make things as much realistic as we can, we try to give the player the best RP experience in a RPG/CnR server. We can say this server is based on CIT (Community of Integrity and Transparency) but we got our unique ideas and code. Our goal is the make a completely enjoyable atmosphere for our players to enjoy and not get fed up. Nevertheless, we won't hide the truth that we got some scripts from MTA community (not more that 3 tho). Objectives:
-
Try this addEventHandler("onClientPlayerWasted", localPlayer, function() local name = getPlayerName(localPlayer) setTimer(function () triggerServerEvent("spawnWastedPlayer", resourceRoot, name) end, 60000, 1) end) addEvent("spawnWastedPlayer", true) addEventHandler("spawnWastedPlayer", resourceRoot, function (name) spawnPlayer(getPlayerFromName(name), 0, 0, 0) end)
-
addEventHandler("onClientPlayerWasted", localPlayer, function() setTimer(function () triggerServerEvent("spawnWastedPlayer", resourceRoot) end, 60000, 1) end) addEvent("spawnWastedPlayer", true) addEventHandler("spawnWastedPlayer", resourceRoot, function () spawnPlayer(source, 0, 0, 0) end) Non tested
-
xMKHx changed their profile photo
-
untested fix = { {1606.1678466797, -1712.462890625, 13.593994140625 }, {1609.2961425781, -1712.462890625, 13.593994140625}, } for _, v in pairs(fix) do JailEscapeMarker = createMarker(v[1], v[2], v[3] + 1, "arrow", 1.5, 255, 255, 0, 150) setElementInterior(JailEscapeMarker, 0) setElementDimension(JailEscapeMarker, 0) end
-
About the community: UDC is a project which has been developed since probably 1 year. It's a CnR/RPG/RP project, in this server we're trying to make things as much realistic as we can, we try to give the player the best RP experiance in a RPG/CnR server. We can say this server is based on CIT (Community of Integrity and Transparency) but we got our unique ideas and code. Our goal is the make a completely enjoyable atmosphere for our players to enjoy and not get fed up. Nevertheless, we won't hide the truth that we got some scripts from MTA community (not more that 3 tho). Obje
-
It takes 18 mins to move from 99,999,999 to -99,999,999
-
Fake
-
There is no best settings in mtaserver.conf You may need to change the slots by checking server performances for better quality of playing And add your resources to the startup resources and that's it
-
removeWorldModel You may need to use MTA:SA Editor better And you can convert map into Lua with tables from here