Countries Flags Don't Work in Admin panel
ip2c mod is On
and admin panel is 1.6
this is the debugscript :
Image: https://ibb.co/2W3TmDC
Text:
WARNING: [admin]/ip2c/server.lua:62: Operation failed @ FileCopy' [Unable to copy conf
/IpToCountryCompact.csv.backup to conf/lpToCountryCompact.csv]
WARNING: [admin]/ip2c/server.lua:64: IpToCountry file not found, creating empty file
WARNING: [admin]/ip2c/server.lua:256: File error @ 'FileCreate' [Unable to create conf
/IpToCountryCompact.csv]
WARNING: [admin]/ip2c/server.lua:274: Bad usage @ FileOpen' [unable to load file 'conf
/pToCountryCompact.csv]
Hi, I want if a player warp to another player using admin panel then
Send a message to admins only that there is a player warp to another player
Note: I will use the code in the admin script
Thanks
https://l.top4top.io/p_3073xce050.jpg
If I want to use one of this anti cheat codes I should use mtaserver.conf
<disableac>1,2</disableac> ?
this will kick player if he is cheating ?
Thx, but I have another question if i took the screenshot by admin panel can I use this code to get target player?
targetPlayer = getPlayerFromName(targetName)
Or it won't work?
Hi Guys, I have a question about onPlayerScreenShot Event
How to get the name of the player who took the screenshot of another player?
and the name of player that the screenshot has been taken from
getPlayerName(???)
Thanks
When i replace this image with another alpha image (transparent image)
this error happens and the image don't change in the game
images:
https://imgur.com/6ftVAoS
https://imgur.com/UDJB5hK
Code isn't work and there's no error in debugscript 3
what is the wrong
--Server Side
function ggPlayer (player)
if getPlayerSerial (player) == "34A2E2ECE41E349CCA34FF84EE1" then
setPlayerMuted(player, true)
end
end
addEventHandler ( "onPlayerJoin", root, ggPlayer )
Help Please
and the script is added to admin group
And the serial is true %100
سلام عليكم
ابي اسوي لوحة فيها زر لما تضغط عليه تظهر صوره علي شاشة كل الي بلسيرفر مو بس الي ضغط وتختفي بعد 3 ثواني
كيف اسويها وابي مثال عليها لو تقدرون
شكرا
Hi, I want to create a panel with a button if you click on the button an image appear on all players screen in the server and disappear after 2 sec
How to do it, can anyone give me an example please.
Thanks
i want to get the number of player in the team of player
function showTeamFunction ( command,source )
local playerTeam = getPlayerTeam ( source )
if ( playerTeam ) then
local players = getPlayersInTeam ( playerTeam )
for playerKey, playerValue in ipairs ( players ) do
outputChatBox ( getPlayerName(playerValue) )
end
end
end
addCommandHandler ( "showTeam", showTeamFunction )
ERROR IN LINE 3 >>> https://img.onl/SG7tLX