Jump to content

RandomRambo

Members
  • Posts

    71
  • Joined

  • Last visited

Everything posted by RandomRambo

  1. It's for dayz mode.Yea,i need to check if opexp is 2500 then it should give once reward and check how much player have money and set +value like this setElementData(source, "Money",+1000)
  2. Doesn't help. Still need help please guys
  3. Hello guys. I want to make script on server side but it doesn't work,help me please. function bp() gnrl = getElementData(source,"Money") or 0 if getElementData(source,"opexp") == 2500 then setElementData(source, "Money",gnrl+1000) --outputChatBox("u got it", source, 255, 0, 0) end end Money just doesn't add when I get 2500 "opexp" . (DayZ mode)
  4. Okay.I understood it.Thanks:) #closed
  5. RandomRambo

    Help :(

    Hello guys, I need help. What is "startRollMessage"? I know that I should use it on client side but i didnt find anything about it on mta wiki. It looks like in some script: startRollMessage("Nonono",255,255,255,"Error") What is it?And can I use it in every script or I need to export smth to use it?
  6. RandomRambo

    Help pls

    Okay.Thanks guys. #Closed
  7. RandomRambo

    Help pls

    But i just registered an account and it looks like: [19-08-20 02:17:47] LOGIN: (Everyone) XDXD successfully logged in as 'XDXD' (IP: 34274372 Serial: 734543573745) (for example) I didnt see this before..so i just banned him just in case...
  8. RandomRambo

    Help pls

    Hello. Today i checked console of my server and I saw this: [19-08-19 23:30:34] ADMIN: #FF0000Sara#00FF00chi registered account 'sebas' (IP: 186.86.229.104 Serial: 3A8F00005D0D8FB8FD85640AE8095684) What is that? Always when someone register it looks like: [19-08-20 02:17:47] LOGIN: (Everyone) XDXD successfully logged in as 'XDXD' (IP: 34274372 Serial: 734543573745) (for example) But what is "ADMIN:"?Did he register like an admin?But how?Did he hack the server or what?:\
  9. Hello,i just tried to wrote some some dxdraw text and image behind it. So how to hide dxdraw text in this script?Cus i tried to hide it but only image was hidden. Help plsssss Script:
  10. ye,im just retard XD its working now,thank you very much for help
  11. nothing changed after i used space after ",", debugscript 3 also didnt show anything about errors in this script,but idk what is happening
  12. Okay,i will try,but i think it doesnt matter,smth wrong with script ?
  13. ofc i changed it: marker1 = createMarker(648.93481445313,-2883.2438964844,52.553970336914, "arrow", 1.5, 230, 251, 3, 153) marker2 = createMarker(636.20654296875,-2847.8757324219,1637.8680419922, "arrow", 1.5, 230, 251, 3, 153)
  14. Now image is showing when i hit marker but i teleport not to place where coordinates,i teleport under ground in water and im drowning
  15. Thanks man,i will check it now ) UPD: I used your code ,but:
  16. @Master_11 and @#DaNiLiN Look,i have this server side script for markers (teleports) and this client side script for image which i need to open after player hit marker. So how i can connect server side to client side on these scripts? Server: Client:
  17. Hello. I have server side script of marker (when player hits marker he teleports to some place) So,how i can make that when player hits marker he also teleports to this place but before it he will see an image.(i know that it should be a client file to draw an image,but how?) Help pls?
  18. I just checked my server console and saw that: 19-02-10 20:25:36] DIAGNOSTIC: AlikePalms73 #1002 HTTP server file mismatch (joinquit) joinquit.lua [Got size:0 MD5:00000000000000000000000000000000, wanted MD5:80D43B48A9CE201EF0C6C42CA0D35367] What does it mean?
  19. I just checked my server console and saw that: 19-02-10 20:25:36] DIAGNOSTIC: AlikePalms73 #1002 HTTP server file mismatch (joinquit) joinquit.lua [Got size:0 MD5:00000000000000000000000000000000, wanted MD5:80D43B48A9CE201EF0C6C42CA0D35367] What does it mean?
×
×
  • Create New...