Everytime I connect to a server I get kicked:
"You were kicked for the game (SD #13@C0BA4A7F)"
Please ensure no other program is modifying MTA:SA
MTA Diag:
http://pastebin.com/ksrsx5a0
Hello, I have recently moved my server to new pc (From win7 ultimate to win8 enterprise). But all the ports are now closed. When I go check it in the router it is opened.
Hello, so today I have turned on the server as usual, but I got a strange output:
[2013-04-01 11:57:05] Removed duplicate or damaged account for Kla{Minimální požadavky Operační systém: Windows Vista (32
[2013-04-01 11:57:05] Removed duplicate or damaged account for Kla{Minimální požadavky Operační systém: Windows Vista (32
Can anyone tell me what it means?
function asd ( )
local x, y = guiGetScreenSize();
Image = guiCreateStaticImage(0,0, x, y, "FilePath", false);
setTimer(guiSetVisible,8000,1,Image,false);
end
addEventHandler ( "onClientPlayerJoin", getRootElement(), asd)
function asd ( )
local x, y = guiGetScreenSize();
Image = guiCreateStaticImage(0,0, x, y, "FilePath", false);
setTimer(guiSetVisible,8000,1,Image,false);
end
addEventHandler ( "onPlayerJoin", getRootElement(), asd)
addCommandHandler("dp",
function(player)
local vehicle = getPedOccupiedVehicle(player)
setVehicleDamageProof(vehicle, true)
elseif isVehicleDamageProof(theVehicle) == true then
setVehicleDamageProof(vehicle, false)
end
end
)
function onClientColShapeHit(element)
if element == localPlayer then bindKey(source, "mouse2", "up", onClientExitProp, getElementData(source, "pickup")) end
end
function onClientColShapeLeave(element)
if element == localPlayer then unbindKey(source, "mouse2", "up") end
end