-
Posts
95 -
Joined
-
Last visited
-
Days Won
2
Everything posted by dalexoxo
-
create a render function with this and a unrender function.
-
looks nice ?
-
[Looking For] Professional scripter and mapper for RP server [PAID]
dalexoxo replied to Sons's topic in Looking for staff
if you're interested tell me -
#push Added German Reallife Gamemode
-
#push Added Zombie Apocalypse Gamemode
-
and? it's very simple to scripting, i can script a clone in 1 month
-
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]
dalexoxo 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
dalexoxo 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
-
.,.
-
[VERKAUFE] Selfmade Zombie Apocalypse Script
dalexoxo replied to dalexoxo's topic in German / Deutsch
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