
^_^ LOL ^_^
Members-
Posts
53 -
Joined
-
Last visited
Everything posted by ^_^ LOL ^_^
-
@TheBest Working. But how i can add other sniper rifl?
-
Yes i know, but when i replce around is not a transparent but black.
-
Hello guys. How i can add other sniper in mta server? Pretty what i need its a weapon id, but in mta wiki it doesnt shows. And in orginal gta san andreas are 2 snipers. And what i want ask is to how i can make scope like this? When i change to this scope, all everyhing around is black. Thanks.
-
i found my self. Topic can be closed!
-
How i can make compiled script, to dont steal another my scripts?
-
@KRZO i mean if hes press button then hes will do all what are typed in server.lua (serverside) file. Thanks for help. I will try
-
Hello! How i can make when you press button then hes will do all server.lua (serverside) file. And can anyone give example or smth?
-
Hello. Im using GameQ monitor for mta server. And how i can add player list who show all player names who are playing in server?
-
I forgate to say for first error its when i try pickup items from ground.
-
Hello. Theese errors are in dayz gamemode. So first error is this ERROR: Client (Sylar) triggered serverside event :~, but event is not added serverside ERROR: Client (Sylar) triggered serverside event :~, but event is not added serverside ERROR: Client (Sylar) triggered serverside event :~, but event is not added serverside ERROR: Client (Sylar) triggered serverside event :~, but event is not added serverside ERROR: Client (Sylar) triggered serverside event :~, but event is not added serverside ERROR: Client (Sylar) triggered serverside event :~, but event is not added serverside and other one is this ERROR: [DayZ-MTA]\DayZ\survivorSystem.lua:584: attempt to perform arithmetic on local 'current' (a boolean value) ERROR: [DayZ-MTA]\DayZ\survivorSystem.lua:565: attempt to perform arithmetic on local 'current' (a boolean value) 584 line elseif data == "temperature" then local current = getElementData(player,data) if current + value > 41 then setElementData(player,data,41) elseif current + value <= 31 then setElementData(player,data,31) else setElementData(player,data,current+value) end 565 line elseif data == "thirst" then local current = getElementData(player,data) if current + value > 100 then setElementData(player,data,100) elseif current + value < 1 then setElementData(player,data,0) setElementData(player,"blood",getElementData(player,"blood")-math.random(50,120)) else setElementData(player,data,current+value) end
-
So hello all, i have again bug How know other's i add tank part in dayz gamemode, but when i try put it in vehicle its says "Can't drop this!" If you need files, pm me (i will only give files who have experience in lua) Thanks :3
-
But its posible to make account with 1 click? If account doesnt exists then hes make account by name what are you join to server, and password is serial or ip, then if account exists or create it then hes get all accounts information from internal.db and spawn player?
-
Yes i know, but can you make example? Im a beginner to lua and dont know so much
-
I dont get it, can you give example? By when you click "Play" it make serial and account on it, then spawn the player?
-
ok thanks for information, i will try.
-
Yes, but how i can it do? Because i am not using mysql and i dont know how to run it
-
So im newbie in lua And i try find scripts/functions to save all player information to ip, but i didnt find, because i am here. If anyone can explain me how i can make when you press Play button its login with your ip and saves your information to your ip? Thanks =).
-
Why you are here, if you dont help? And i want ask when i add column like this: exports.scoreboard:addScoreboardColumn("headshots", getRootElement()) On scoreboard its hows text headshots but i need with like this Headshot Sorry for bad english.
-
How i can change dxdraw scoreboard background(that black) to image?
-
Thank you solidsnake14. Fixed.
-
I dont will give all script, who really want help or know very good lua. Pm me i will give script.
-
And here is image, if that error is.
-
Here it is, i think so. setElementData(veh,"needparts",parts) if ((getElementData(col,"Parts_inVehicle") or 0) < tonumber(parts)) then setVehicleEngineState ( veh, false ) return end (getElementData(getElementData(veh,"parent"),"Parts_inVehicle") or 0) > tonumber(parts)
-
@xXMADEXx not working