Then, please, explain better. I didn't really get you. You mean if you can get a host for MTA:SA gameserver for free? If that's it, no. All free hosts are either scam or don't provide a FTP account, panel or a good machine.
Are you going to do heavy overclocking? If you're not, I'd not suggest you to spend $500+ on a custom water cooling system.
If you want to spend much money on cooling, go for nitrogen cooling
Yeah, I know that cooler. You should have gotten a Hyper 212 Evo - it almost wins that cooler for half the price - you could have gotten a Corsair H100 too, but that's too expensive for what it does.
Im not gonna give away half of my gamemode wtf?
And i didnt just say "Im stuck help" I even gave you the errors!
If you don't give the code, don't expect anyone to be able to help you.
The maximum anyone will be able to do is tell you what is the problem.
setTimer(
function()
for index, player in next, getElementsByType 'player' do
setElementData(player, 'rpg.exp', getElementData(player, 'rpg.exp') + 10)
end
end,
10000, 0
)
Can't you figure out?
Use the brain and interprete this knowing that "xmlOldChild" returns false:
local xmlOldChild = xmlFindChild(xmlElements,"element",i)
local attrs = xmlNodeGetAttributes(xmlOldChild)
if (attrs == false) then
return
You can use these functions:
interpolateBetween
guiSetAlpha
guiSetPosition
( And some others )
Or you can make functions by yourself using math, which would be better in my opinion but...