-
Posts
95 -
Joined
-
Last visited
-
Days Won
2
Everything posted by dalexoxo
-
Hello and welcome to this ad. We're creating an Selfmade Cops 'n' Robbers Gamemode(Server). We're looking for alpha, beta testers and also for Staff Members. We're also open for all Suggestion! Just write your Suggestions in our Discord IP: mtasa://94.199.215.119:22045 If you're interested in this Project, feel free to join our Discord. https://discord.gg/FV9cKSj8M2
- 5 replies
-
- copsnrobber
- alpha
-
(and 3 more)
Tagged with:
-
how do i load the map without having the editor open? i mean how do i start the map external with custom objects?
-
thank you, my bad^^
-
hello, i'm looking for a nice ingame voice chat script. as example a voicechat with saltychat. does anyone have a good voicechat?
-
how i can spawn a custom vehicle with a external script?^^
-
great thing! happy new year!
-
Project Z - MTA DayZ/Apocalypse Server (Selfmade)
dalexoxo replied to dalexoxo's topic in Servers to play on
#push -
Happy new year y'all
-
Deleted
-
Mein MTA:SA DayZ Server (Project Z) Hallo, hiermit möchte ich mein Projekt "Project Z" vorstellen. Project Z ist ein komplett Selfmade DayZ/Apocalypse Script. Wir haben folgende Funktionen: - Carshop system - Tankstellen system - Usershop (F3) - Eigenmenü (F2) - Lootdrop - Fahrzeug/Skin/Gebäude Mods - Hud/Tacho - Waffenshop (Für die loot faulen) - Eigener Downloader - Eigenes Player/Zombie Damage system - Rucksack system - Safe (In jeder Savezone) - Hauptsprache (English) Falls ihr Interesse habt, könnt ihr gerne ab dem 01.01.21 vorbeischauen. Discord: https://discord.gg/cUE26stAuK MTA IP: Soon...
-
i can't use that clientside?
-
Hey there, i'm creating a vehicle exit system if my seatbelt state=true i can go out, but idk why, who can help me? Code: addEventHandler("onClientVehicleStartExit",root,function(tPlayer) outputChatBox("1") if(tPlayer==localPlayer)then if(getElementType(localPlayer)=="player" and getElementData(localPlayer,"seatbelt")==true)then outputChatBox("2") cancelEvent() outputChatBox("3") end end end)
-
Question about server max players and performance
dalexoxo replied to Mimimiguel's topic in Scripting
I think nothing happens without players. -
where is the problem, to change the positions? hmm...
-
#push https://payhip.com/b/ySsr https://payhip.com/b/iJQs
-
Hey there, i'm selling a system to cant flip a vehicle if it's on the roof, you cant press A & D. Price: 2,50€/2,50$ Paypal
-
good work
-
Hello MTA Community, i'm create a train the drive over the map, but is the train away, then the train not synced, who have a plan with this problem?
-
[Suche MTA GameMode ]Roleplay Oder RPG Gamemode
dalexoxo replied to dnakaiser's topic in German / Deutsch
https://github.com/DorteY/ -
no problem^^ if you have more questions/problems tell me
-
function renderUUUU() dxDrawImage(screenWidth/4, screenHeight/4, screenWidth/2, screenHeight/2, webBrowser, 0, 0, 0, tocolor(255,255,255,255), true) end addEventHandler("onClientRender",root,renderUUUU) function unrenderUUUU() removeEventHandler("onClientRender",root,renderUUUU) end i think it's correct