You're posting a thread about Everest-Community, but just today you were trying to apply to be a developer for Roleplay Project? Doesn't seem very community oriented in my opinion.
It's fixed now, a window came up before starting the Server.exe asking me to allow MTA to breach the firewall on public/private networks, before hand I was just closing the window, but all I had to do was check the Public and Private networks then click allow.
Solved
Your Server IP address doesn't seem correct.
Press Start > type in cmd and double click it > type in "ipconfig" without the quotations > copy the IP address listed next to IPv4 as your Server IP for the ports.
I'm hosting a server via my computer, I've forwarded my ports, etc.
Now, when I try to connect to the server, the whole thing just shuts down upon entering the game.
I'm using windows 8.
I tried the script, but it did not work..
addEventHandler( "onClientResourceStart", resourceRoot,
function()
local texture = dxCreateTexture ("vehiclepoldecals128a.png")
local shaderL = dxCreateShader ( "LuaShader.fx" )
dxSetShaderValue ( shaderL, "gTexture", texture )
engineApplyShaderToWorldTexture ( shaderL, "vehiclepoldecals128a")
end)
Does anyone know where I can get moon shader? I'm looking to replace a few images in the vehicle.txd, I'm brand new to this type of replacing, so any code would be absolultely helpful!
I tried changing the dimension, but it still set the marker back to the first xyz id
addEventHandler("onClientVehicleExit", getRootElement(),
function()
if isElement(theCheckkKpointt) then
setElementDimension (thCheckkKpointt, 1)
end
if isElement(TTtheBbBlip) then
setElementDimension(TTtheBbBlip, 1)
end
end
)
Is it possible to hide an element without destroying it?
I have a script that when you enter a marker in a vehicle you receive money, but when you exit the vehicle the marker get's destroyed, and you have to start again at the first marker instead of the one you last hit.