Jump to content

#meS

Members
  • Posts

    70
  • Joined

  • Last visited

Everything posted by #meS

  1. #meS

    Anti teamkill

    Nothing is impossible maybe try onClientVehicleDamge? and remove attacker from the output line. I guess.
  2. #meS

    Anti teamkill

    Of course it won't work because the event onVehicleDamage have only one argument which is loss. Stop trying to help peoples when you don't even know the basic things. Just saying that is mean the man is trying to help ... While you're just writing ...
  3. #meS

    RestartResource

    Hello I want to restart a resource when player hit the marker But it's not working Code: function lol() restartResource("run") end addEventHandler("onMarkerHit",marker3,lol)
  4. #meS

    GameMode

    Hello .... I want to change the gamemode name from freeroam to CRVROAM.. If you don't understand what I mean i mean like when u start freeroam when u see the server states the gamemode is freeroam how to change it?
  5. Linux is an OS, not an FTP/SFTP file manager, you can know what kind of mta server you're using by entering the server and looking at the welcome message (something like "Connected! MTA SA Server 1.5 [GNU/Linux]", the red part says which OS you're using for running your server), if you're paying a server hoster, then you are probably using Windows, if you're using a VPS, then Linux, but check it out, also you can know it if you're running your MTA Server from an exe file (Windows) or a archive with no extension (Linux). I'm paying for host now how to update it?
  6. i f***ed up my server i use filezilla by the way i don't use linux
  7. How to update my server i don't know please tell me? If your server is Linux-based then go here https://linux.multitheftauto.com/ and download the 32 or 64bit version depending of your current server, then just replace the files that are in the zip with the files of the server (each one in its respective path, the root archives go to the main server folder, and the ones in mods/deathmatch to the mods/deathmatch folder in the MTA server's folder). idk what bit i'm using D:
  8. How to update my server i don't know please tell me?
  9. i removed it to do a gamemode not to test login script
  10. hello so ... i've deleted all resources but only [admin] and login script i just want it like that to test it but when i login the screen is black can any body tell me why?
  11. #meS

    arena

    no .... i want to make an arena like when somebody doesn't have the data of police and then he enter the arena he should get kicked i want to make arena like a base just for the people who have data of police
  12. #meS

    arena

    hello how to make postions that no body enter it only who has the data of if getElementData(thePlayer,"Police") == true please tell me.
  13. #meS

    timer

    okay never mind can u post a code that warp all the players who have the data of "RUN" when one of them hit a marker?
  14. #meS

    timer

    REMOVED about the data of run it's in other file
  15. #meS

    timer

    i know but the window is not getting off after 2 mins D:
  16. #meS

    timer

    lp = getLocalPlayer() function runt() if getElementData(lp,"RUN") == true then guiSetVisible(GUIEditor.window[8],false) end end setTimer(runt,120000,1) not working ;(
  17. #meS

    timer

    hello guys i'm trying to make a running mode..... so i made a window with a button the name of the button is enter game so when he click enter game it shows him a window i want to set a timer for that window like after waiting 2 mins game starts and warp him a to a postion after 10 mins of playing i want it to warp all the players who have the data of "xRUN" to a pos and show them the window ------------------------------------- i did the window the problem is the timer how much is 2 mins and how much is 10 mins? -----------------------------------
×
×
  • Create New...