Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. Mirror - will be removed after community will get back online Sorry about the screenshots - files are taken directly from community which is down.
  2. This: viewtopic.php?f=91&t=24834&start=0 this: https://wiki.multitheftauto.com/wiki/Scr ... troduction and this (whole Scripting box, and also functions/events lists from the menu on the left) https://wiki.multitheftauto.com/ You won't find anybody - "teaching" via mail/msn - this would be hell !
  3. whoops, another bug.. i just checked the beginning.. onMarkerHit is the reason why he cant see another errors ..
  4. after -- there is my comment (lua will not parse anthing after --) about what you did wrong in last script. you can copy & paste and use it, even with that comment Wojak fixed script: (his idea can be good one, if onClientPlayerWasted triggers for all players even when attached to getLocalPlayer() - but have you tried onClientPedWasted successfully?) addEventHandler( "onClientPlayerWasted", getLocalPlayer( ), function( ) if source == getLocalPlayer( ) then -- Wojak forgot about "then" here guiSetVisible (spawnmenugrid, true ) guiSetVisible(spawnmenumemo,true) showCursor ( true ) showPlayerHudComponent("radar",false) showChat(false) end end)
  5. addEventHandler( "onClientPedWasted",getLocalPlayer(), -- one ) goes out function( ) guiSetVisible (spawnmenugrid, true ) guiSetVisible(spawnmenumemo,true) showCursor ( true ) showPlayerHudComponent("radar",false) showChat(false) end)
  6. You are talking about online server.conf generator?
  7. wut?? i thought they wont make voice chat o_O
  8. it looks like it can't WRITE not READ - solution = run this as administrator
  9. these links to images on imageshack - are links for thumbnails, not the actual images
  10. you probably forgot about brackets -> () getLocalPlayer() not getLocalPlayer
  11. looks fine, should be visible only for local player O_O - maybe theres a bug, but bugtracker is down.. try onClientPedWasted instead (attached to getLocalPlayer() of course) - it's almost the same
  12. dzek (varez)

    Cant connect

    Looks like something is wrong with your connection. Press WINDOWS logo+R keys, type "cmd", in window that will open type: ping google.com and copy what it wrote.
  13. TOPVALID - turn off CAPS lock! Stop giving random advices - this won't help him for sure. Also topic seems to be dead now.
  14. TOPVALID - turn off caps lock. And what you mean by "resource file"? Problem is already solved i think, and it have nothing with resources. Better stop giving random "advices".
  15. TOPVALID - turn off that freaking CAPS lock! Capital letters = shouting. http://www.enjoyhiphopresponsibly.com/w ... pslock.jpg And I think the problem is already solves, as topic author stopped replying two weeks ago. Topic locked.
  16. Use Stage resource - it's created for creating movies in mta It allows you to create actors, animations, vehicles, everything needed to record a movie. Stage topic: viewtopic.php?f=108&t=27006&start=0 Unfortunately, community is down, and you cannot download it right now. Try to ask resource creator to reupload it somewhere else.
  17. Check Out other maps. Extract one map from zip to its own folder called same name as zip, you will see two files (sometimes more) - meta.xml and .map file. Create a folder for your converted map, copy your map file into it and prepare meta.xml for it. But i thought that this converter can prepare meta.xml for you ( but I'm not sure, i never used it)
  18. Go to the settings and change key binds? I think in SAMP you have to do the same o_O. BTW: on every laptop you can activate num-lock, and 789uiojkl keys will behave like numeric keypad.
  19. http://convertffs.com/ I never used it, but ppl say this is good one.
  20. writing new virus, undetectable, is nothing very hard - if you know that somebody will open that exe anyway i suggested my help, but i said - i will release a site for mass moving too - your map could be good stuff to test it for me.
  21. DEBUG? CLICK ME * CLICK ME * CLICK ME <-- HOT STUFF ! In debug window you will easly see that setPlayerTeam is not existing, then you will check MTA wiki to see that setPlayerTeam is SERVER SIDE. Also in wiki you can find out that setPlayerSkin is deprecated and you should use setElementModel instead. Also, you should have know that client-side things are visible only in one client - it means if you change skin of player client side - other players will see that player as old skin! Read more wiki. You will need: triggerServerEvent setElementModel setPlayerTeam
  22. btw: hope you know how to use editor, and you pressed "f" to hide cursor and switch to freemove? please list all your running resources after opening map editor (you can check them in admin panel)
  23. wut? decide, it's freeroam map or deathmatch. this is not the same.
×
×
  • Create New...