Jump to content

Wisam

Members
  • Posts

    168
  • Joined

  • Last visited

Everything posted by Wisam

  1. Merry Christmas to you too, i'll make sure they're getting what they deserve ?
  2. Yeah i got this problem too and i have the newest version of MTA
  3. Here some photos from the server, tank battles, ship battles, infantry battles:
  4. yep, i was there it would be much better if the teams were bigger.. but it was good tho
  5. well i don't see any scripts on your website...
  6. its not a bug you just need to change the super moderator's rights. Open the acl.xml file and find the Super moderator rights group, it should be at like 175 modify it so you add/remove the rights you want
  7. The clothes system is amazing, but the clothes should be added to the admin panel addon
  8. Thanks ALOT for your contribution that is just great.. big change. I wanted to ask about two important things i wanted to change in the gamemode: - The night time is too much dark.. i mean i tried to lower it in the files but nothing made it as i want it, also the night goggles are almost useless you can try it yourself. - Is it possible to edit the zombie system i want to make it that the zombies spawn in specific positions not spawning close to the players.. i want to spawn zombies to their suitable places like zombie doctors at hospitals, zombie soldeirs at military areas and so on.
  9. Can you please post the decompiled one?
  10. Can i have an alpha key please.. im really excited to test it
  11. Nothing much to say, but i'd love to see a server like this if its uniqe and well made
  12. Hey.. good job man, well done Are you still working on it?
  13. Well sh*t , i was really hoping it will continue.. no one is interested of developing further?
  14. Wisam

    Tables

    Thanks alot guys, that was really helpful im improving
  15. when was the last update on the gamemode?
  16. This is literally one of the best servers i ever played, unique gamemode, realistic battles, features that will make you feel you're playing a WW2 game not MTA and a shitload of weapons and war machines i really enjoyed it ALOT.. JOIN THIS SERVER PEOPLE!! YOU WONT REGRET IT ITS JUST AMAZING!
  17. So i made this script that lets you use 3 commands to get the local player position, rotation and camera matrix, the command gets the coordinates but the problem is idk why its not copying them on the clipboard also the camera matrix command here's the script outputChatBox("==================================== ",root,0,200,0) outputChatBox("Element position finder started, here are the commands you can use: ",root,0,200,0) outputChatBox("* /gp - to get your exact x,y,z coordinates",root,20,200,30) outputChatBox("* /gr - to get your exact rotation ",root,20,200,30) outputChatBox("* /cm - to get the exact view of the camera matrix ",root,20,200,30) outputChatBox("==================================== ",root,0,200,0) local plr = localPlayer addCommandHandler("gp", function() local x,y,z = getElementPosition(plr) msg1 = outputChatBox("Your position coordinates are: "..x..","..y..","..z.." | Copied to your clipboard just do Ctrl+V", 0,255,0) setClipboard(msg1) end ) addCommandHandler("gr", function() local xr,yr,zr = getElementRotation(plr) msg2 = outputChatBox("Your position coordinates are: "..xr..","..yr..","..zr.."| Copied to your clipboard just do Ctrl+V",0,255,0) " setClipboard(msg2) end ) addCommandHandler("cm", function() local camx,camy,camz,camxr,camyr,camzr = getCameraMatrix(plr) msg3 = outputChatBox("Your camera matrix coordinates are: "..camx..","..camy..","..camz..","..camxr..","..camyr..","..camzr.."| Copied to your clipboard just do Ctrl+V",0,255,0) " setClipboard(msg3) end )
  18. Wisam

    Tables

    Thank you mate its helpful, can you just put an example here of a simple table
  19. Wisam

    Tables

    Hey guys, so i've been learning coding for a while and everything is going well i learned really good i can now build guis and link server functions to them and lots of stuff, but now im going to learn the table.. i want to know the structure of the table how to build it and what types of tables i can do and how to link them to functions, if you would like to help me please just post usefull functions or small examples of tables that'd be great
  20. Yeah i had this annoying second-of-lag thing and i don't know how to fix it
×
×
  • Create New...