Hello ccw
i would report someone who's using my server name which i run for many years, And closed it for a short time then when i back to start it back i found that he is my server name and someone of his server admins using my name too, And all the players think that this guy is me
Please i need someone to warn him or punish him, I really have a big problem with him and i warned him to close it or use another name but he didn't
and i told him that i can report him and he replied me "I Don't Care about your idiot MTA admins", Please guys someone do anything with this guy, And thanks for your time.
Server IP : mtasa://51.255.215.248:23140
If anyone check it , You will see that this is my server name tag ( CIF ) which owned by me.
Hello mta admins
i would report someone who's using my server name which i run for many years, And closed it for a short time then when i back to start it back i found that he is my server name and someone of his server admins using my name too, And all the players think that this guy is me
Please i need someone to warn him or punish him, I really have a big problem with him and i warned him to close it or use another name but he didn't
and i told him that i can report him and he replied me "I Don't Care about your idiot MTA admins", Please guys someone do anything with this guy, And thanks for your time.
Server IP : mtasa://51.255.215.248:23140
If anyone check it , You will see that this is my server name ( CIF ) which owned by me.
that my last one used and not working too
function cmdArmedPed(player,_)
local x, y, z = getElementPosition(player) -- Get your position
local thePed = createPed(0, x + 1, y, z) -- Create a CJ ped nearby
setTimer ( function ( ped )
giveWeapon( ped, 31, 5000, true) -- Give him 5000 rounds of M4
setControlState( ped, "fire", true) -- Make him shoot continuously
end, 100, 1, thePed )
end
addCommandHandler("armedped", cmdArmedPed)
also i used that as client side
addEventHandler( "onClientResourceStart", getRootElement( ),
function ( )
local ped5 = createPed (280, 1554.4716796875, -1673.5078125, 16.1953125, 90)
setTimer ( function ( ped5 )
givePedWeapon( ped5, 31, 5000, true) -- Give him 5000 rounds of M4
end, 100, 1, ped5 )
end)
but still have same the problem is being weapon not visible for the other players until they near by the ped when resource start.
It's working and all players see it but only when Ped create
i mean if the player not in the area and i'am used the command then he come to the area to look at ped he see ped but don't see the weapon
also if i used the command again and he is next to me he can see it with weapon, so what i need is making it working with all players just when resourceStart, and not important if it will be server or client the important is make weapon visible for all.