Jump to content

SkatCh

Members
  • Posts

    365
  • Joined

  • Last visited

Everything posted by SkatCh

  1. SkatCh

    Map interior

    i know how to use : setElementInterior setElementDimension but it's a map not Client side ro server side ??
  2. SkatCh

    Map interior

    hi guys , please i have a question and i need some help i create my own interior with map editor and now i want to change it to and other : interior:"0" dimension:"0" how can i do this . in other words when i warped to this interior i will find my self in other dimension .
  3. here : https://luac.multitheftauto.com/
  4. hi guys please can anyone explane to me this two option : Anti-decompile. Encrypt (only from 1.3.4). i want some information . thank you
  5. yes exactly i transferred the files using FTP . Added ; thx it's working fine now .
  6. bro please can u help me when i try to start up the server i got this poblem : /mta-server: permission denied
  7. guys is there version 1.4 for linux ?
  8. SkatCh

    Need help

    men i don't know how to put it my script that's why i asked you can you do it for me please .
  9. SkatCh

    Need help

    thx Et-win can please tell me how to add it in my script i try it but didn't work .
  10. SkatCh

    Need help

    hi guys please how can i make admin they don't need to pay 1000 when they fix there cars here : a part from my script function(id) if getPlayerMoney(source) >= tonumber(1000) then takePlayerMoney ( source, 1000 ) local vehicle = getVehicleByID(id) if isElement(vehicle) then fixVehicle(vehicle) setVehicleEngineState(vehicle, true) if isVehicleDamageProof(vehicle) then setVehicleDamageProof(vehicle, false) end end
  11. SkatCh

    protect files

    hi guys please i have a question how to protect file like mods , maps etc ... i know to protect client and server files but how to protect the others .
  12. hi guys please can any one tell me how to connect mysql server with putty . (linux)
  13. SkatCh

    about map

    i want to add MTA sa map inside my website so you can see ingame map from the website .
  14. SkatCh

    about map

    hello guys please can any one tell me how can i add my server map inside my website .
  15. WTF topic can be locked some stupid answers .my script is working fine just i'm asking how to make admin able to use those command without being kicked .
  16. how because i edit ACLgroups , i delete Admin , moderator , etc .. and i changed them with Head Staff > trial Staff .
  17. hi guys please can any one help me i create a script to prevent players in my server from using server command , like start , restart , refresh , etc ... but me too i can't use them : (i'm staff ) . i will explane my script it's server side scripte i create table with all MTA server commands eg : Command = { ['delaccount'] = true; } -- etc .... -- then i create this function : addEventHandler ( 'onPlayerCommand',getRootElement ( ), function ( cmd ) if Command [ cmd ] then cancelEvent ( ); kickPlayer ( source, "Command Not Allowed" ); end; end ); so my question how can i make admin will be able to use those commands i tried many exports function : like isPlayerInTeams , isPlayerStaff but i think there is something wrong , thx fro help .
  18. SkatCh

    about skin

    guys please i want to create script which is i want to create a custom skin for some players example : Palyer account name is : xxxxx so when xxx check the skin he will find his custom skin but other players can use it . thank you
  19. SkatCh

    About VPS

    guys can anyone help me How do I keep my server mta sa running even after I close my terminal?
  20. SkatCh

    About VPS

    done i find i followed all of this https://wiki.multitheftauto.com/wiki/In ... _GNU_Linux but please can you tell me how can i let it working all the time because when i close my console from putty the server shutdown . i'm sorry about my english
  21. SkatCh

    About VPS

    sorry bro i'm new can you explane to me how can i connect to my VPS or what should i do . thx
  22. SkatCh

    About VPS

    hi guys please is there anyone know how to connect server MTA sa to VPS on windows .
  23. i try it it , didn't work Note : my Gui is working fine and i can see players inside the Gridlist but i don't know why i got this warning . i'm sorry about my english .
  24. can anyone help me .
  25. here you go example : function Teams() criminals = createTeam ("criminal" , 255, 0, 0 ) end addEventHandler("onResourceStart", resourceRoot, Teams)
×
×
  • Create New...