-
Posts
88 -
Joined
-
Last visited
-
Days Won
2
Everything posted by DORTEY
-
I can script a clone from this, it's very simple.
-
#push Cops N Robbers link now available
-
#updated post
-
LakesideRP(Gamemode) added
-
Hello MTA:SA community, i release now all my Selfmade Gamemodes and Scripts. INFO: You have a error, warning or otherwise? Then write me a DM(Direct Message) or add me on Discord (DorteY#3099) and write a DM there. Hud (Script): https://github.com/DorteY/mtasa-selfmadehud Cops 'n' Robbers (Gamemode): https://github.com/DorteY/mtasa-copsNrobbers (Updated: 10.12.2019) Zombie Apocalypse (Gamemode) https://github.com/DorteY/mtasa-Apocalypse (Updated: 12.12.2019) Lakeside Reallife (German) (Gamemode) https://github.com/DorteY/mtasa-LakesideGER (Updated: 25.12.2019)
- 12 replies
-
- 10
-
[LF]Looking for a Lua developer[non-paid]
DORTEY replied to bloodthirsty's topic in Looking for staff
Add me on Discord: DorteY#3099 and write me a DM -
I Search A Very Good Scripter For a Work with very good payment
DORTEY replied to KynRaX's topic in Looking for staff
Add me on Discord: DorteY#3099 and write me a DM -
Hello MTA:SA Community, i release my old Multi-language system. DL: https://github.com/DorteY/mtasa-languagesystem Have Fun
- 1 reply
-
- 1
-
Nice work
-
Hello MTA:SA Community, i release my MTA:SA Zombie Apocalypse Script + Controlpanel. Download: http://j.gs/C5Jw
-
.,.
-
Push: Controlpanel gibt es für 40€ Dazu.
-
Hallo, da ich ein angefangenes Zombie Apocalypse Script habe und es verkaufe möchte, dachte ich mir, ich biete es hier zum Verkauf an, da ich mit MTA nichtsmehr zutun habe. Das Script ist 100% Selfmade. Testserver: mtasa://54.38.22.45:22003 Das Script Beinhaltet: - Autokauf system - Tanksystem - Inventarsystem - Adminsystem - Register/login System - Kills/Tode System - Autorespawnsystem - VIP System - GUNshopsystem - Skinshopsystem - Logsystem - Downloadmanager - Achievmentsystem - Safezonsystem - Damagesystem - Hitmarkersystem - Levelsystem - Spielstundensystem Preis: 60€ PSC/Paypal
- 1 reply
-
- 1
-
Hello MTA Community, i have a Problem with onMarkerHit Here the code: AdminbaseAllowedNames={ ["Lorenzo"]=true,} GoInAdminbaseMarker=createMarker(-2039.7,216.6,34.8,"cylinder",2,255,125,0,140) function TeleportInAdminbase_Func(player) if AdminbaseAllowedNames[getPlayerName(player)]then if isElementWithinMarker(player,GoInAdminbaseMarker)then if getPedOccupiedVehicle(player)==true then setElementFrozen(player,true) setTimer(setElementFrozen,200,1,player,false) setElementPosition(player,-2023.3,295.7,895) else setElementPosition(player,-2023.3,295.7,894.6) end end else outputChatBox("You dont have permissions!",player,255,0,0) end end addEventHandler("onMarkerHit",GoInAdminbaseMarker,TeleportInAdminbase_Func) if a player in vehicle then a problem with: if AdminbaseAllowedNames[getPlayerName(player)]then
-
Important security notification for server owners and hosters
DORTEY replied to Dutchman101's topic in News
Ok, thx -
Nice GUI's
-
in which file? and which line?
-
no, I mean when I click on the X close button
-
Hello MTA Community, ich have a problem with the DGS class. if I close the gui with close Button, the mouse pointer does not go away, why? who can help me?
-
createCustomBlip ( 1523.5888671875, -1469.013671875, 20, 20, "files/MAP/32.png", 200 ) ???