Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. its your script problem i think that marker creation function try toget ground position or something, to place marker exactly on ground, and doing it in wrong way.. post your scripts
  2. Doomed_Space_Marine 's idea is very good one
  3. you see broken colors on your code? what did you do actually? you have to put your code in separate files, then add them to meta.xml you wanted to add it like in HTML or something.. read about meta.xml and basics of scripting on the https://wiki.multitheftauto.com/
  4. XX3, this is resource name
  5. oh, and samp support water adding?
  6. that stick-mans = "dumbass".. its from counter-strike comedy movie series made in flash.. on the sig i see dumbasses everywhere so samp is full of dumbasses i think ;p
  7. nothing i was moving today, so didnt have a time for dinner.. and you? ps. place your bet, how long this topic remain active and - COOKIE2 - you are just deaf.. i'll THINK about helping you if you start use [lua ] tags
  8. @madis: "su" su apt-get install screen
  9. dzek (varez)

    A few questions

    a lot of scripting for all of that.. (if you want everything or almost, i mean starting from peds, ending on taxi missions, working on stamina etc) somebody (cant remember who) is working on traffic peds/vehicles script AFAIK
  10. your server is that big that you use 65k dimensions? hope you have like .. 650k players online, (10 per dimension)
  11. im starting to love all those random topics here
  12. too lazy to check that damn console? function spawn(last) outputChatBox{"lol", source) ---- BUG! (used "{" instead of "(" -- before "lol")
  13. duuude! the same way. getting vehicle speed every frame, then displaying it. we wont make everything for you.. you can download "speedx" resource to see how to get veh. speed
  14. i think that's not whole code, so something BEFORE your event add in the server script make script stop at one moment.. check the server console for errors. everything else looks ok after looking for 1 min
  15. explain it more? textToShow = "" function showTextDx() dxDrawText(textToShow, 0, 70/100*height, width, 0, tocolor(255, 30, 30, 255), 1.5, "default-bold", "center", "top", false, false, false) end addEventHandler("onClientFrame", getRootElement(), showTextDx) setTimer(function() --textToShow = tostring(math.random(1,666)) time = getRealTime() hours = time.hour minutes = time.minute textToShow = hours..':'..minutes end, 500) something like that? this is completly unuseful, just wanted to show you what i mean edit: edited, maybe you actually meant that (thx JustDance)
  16. one, two, three -> three posts above your last one! read.
  17. i could request a lot of features too, are you interested 50p?
  18. i'm S-U-R-E that you are trying to get server side code for stolen client side script.. As always.. But after locking like 10 topic, you are scared of positng stolen scripts
  19. dzek (varez)

    chatbox

    set it server side.. and if you HAVE something POST it. and if you will not put your code into[lua ] tags, i will explode!
  20. are you gonna reinvent the wheel? i dont know that, just asking
×
×
  • Create New...