Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. CLICK ME * CLICK ME * CLICK ME I cannot transfer this knowledge into your brain. READ IT. At least once. I'm begging you..
  2. again, but bigger letters for better understanding and one more thing: tell us your resource name (newlogin ?)
  3. i think 1.0.4, not 1.4 ? C:\Program Files\MTA San Andreas\server\mods\deathmatch\resources\
  4. looks like you set is as gamemode, and there is no script to spawn you then..
  5. djlobo, at least he dont use this for earn any money, for such "project" - they wont make a trouble - its non sense edit: voice synthezator - bad move! and you could hide nametags..
  6. Don't Be lazy, do a little debug.. Just before login line output some debug strings with informations such as if your player element is valid, his nickname, given username and password, name of account that you are trying to log player into. That's debugging. I cannot tell you more without gui part, but i think it's not a problem to output some values, right?
  7. If topics with with retarded titles would be deleted - we would lost 90% of them ;]
  8. I gave you two ideas (.sh, getting output to look for errors) and it seems like you havent used any..
  9. prepare a .sh file for starting server, and simply run it (like /home/MyUser/start-mta.sh) edit: i dont know ssh2_exec (why not just exec?) - but there should be way to get the output after execution of command - maybe you will see whats wrong
  10. Maybe do a little search? https://wiki.multitheftauto.com/ There are tutorials, functions and event lists, examples, everything you need to learn, and everything you need for everyday use
  11. We are not blind and see your post. Please be patient and don't make multi-posts.
  12. Mirror - will be removed after community will get back online Sorry about the screenshots - files are taken directly from community which is down.
  13. i was always working (except for 3 days around 20th of Aug), and this is your first time you successfully used it - congratulations!
  14. No, I DONT MEAN debugscript - debugscript is only a window - and you should learn how to do thing called debug - so read that wiki page i posted!!
  15. and is it working or not? even heard about debugging? addEventHandler( "onClientPlayerWasted", getLocalPlayer( ), function( ) if source == getLocalPlayer( ) then -- Wojak forgot about "then" here local name = getPlayerName(source) outputDebugString("player that died: "..name..", local player: "..getPlayerName(getLocalPlayer())) guiSetVisible (spawnmenugrid, true ) guiSetVisible(spawnmenumemo,true) showCursor ( true ) showPlayerHudComponent("radar",false) showChat(false) end end )
  16. First of all - this is stolen problably (not sure if this panel is available to public, but you didnt give us server side). Calling this "my script" is a big lie. Learn by doing something from scratch, what you will be able to call your own.
  17. use admin panel, go into resources, and check configuration of "votemanager" resource. afair - there was option to enable/disable gamemode vote
  18. this is not host thing i think - but upgrades to script (to be more secure)
  19. he said - use [lua][/lua] tags in your posts, not in your script
  20. I Didn't said anything about adding race definitions, but about deathmatch definitions to set spawns.. But It looks like you want to have it in freeroam. I Think you will have to script it by yourself.. Don't Be lazy-server administrators can't be lazy. lazy admin is worth nothing
  21. I Think for camera he will need onClientPreRender event ..
  22. Could You please use edit button instead of triple posting? I meant the part that is not working.probably same part as in first post.id like to see what have you changed since first post
  23. Mirror - will be removed after community will get back online Sorry about the screenshots - files are taken directly from community which is down.
×
×
  • Create New...