-
Posts
74 -
Joined
-
Last visited
Everything posted by RandomRambo
-
Ye,I will try later
-
Idk,just nothing happens ? I just reached 2500 opexp and nothing happened.Money didn't change
-
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)
-
Doesn't help. Still need help please guys
-
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)
-
Okay.I understood it.Thanks:) #closed
-
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?
-
Okay.Thanks guys. #Closed
-
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...
-
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?:\
-
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:
-
ye,im just retard XD its working now,thank you very much for help
-
nothing changed after i used space after ",", debugscript 3 also didnt show anything about errors in this script,but idk what is happening
-
Okay,i will try,but i think it doesnt matter,smth wrong with script ?
-
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)
-
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
-
Thanks man,i will check it now ) UPD: I used your code ,but:
-
@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:
-
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?
-
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?
-
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?