-
Posts
1,903 -
Joined
-
Last visited
-
Days Won
1
Everything posted by xeon17
-
You can use this function local acls = { "Owner", "Developers", "Administators", "Moderators" , "Console" } function isAllownedPlayer(player) local account = getPlayerAccount(player) if (not account or isGuestAccount(account)) then return false end local accountName = getAccountName(account) for i, v in pairs ( acls ) do if ( isObjectInACLGroup ( "user.".. accountName, aclGetGroup ( v ) ) ) then return true end end outputChatBox("#FFF000[sERVER]#FFFFFF You aren't an admin.", player, 255,255,255, true) return false end
-
What do you mean , your server is updated and the mtaserver.conf not? that's not possible. type "sver" in your server console
-
function killPlayer(hitElement) local playerTeam = getPlayerTeam ( hitElement ) local teamName = ( playerTeam and getTeamName ( playerTeam ) or "" ) if not ( teamName == "LV MAFIA")then outputChatBox("You're not part of LV MAFIA Clan You'll be killed after 5 secondes", hitElement) setTimer(killPed,5000,1,hitElement) end end addEventHandler("onColShapeHit", safeZone, killPlayer)
-
https://community.multitheftauto.com/in ... s&id=10281
-
Hello there, Recently i have a problem with mta , i think after the update 6990. Every time when i minimize MTA i can't enter again when i click on the mta icon , http://imgur.com/1B6j1U0 Here is the MTADiag log : http://pastebin.mtasa.com/764617743
-
I copy some your idea? hahahahaha, you are funny Grab the wiki and use some functions almost no one uses, make something different. If you look at CIT, don't copy them. If you're looking at SAUR or SAS Network, don't copy them. Not even a few details, not even ideas. Make things your own, like you're raising your own child. Remember, the most successful servers, always bring new ideas, not copies of other servers. Stop being stupid, he has said what you need to do, now do your part. I think you should try to do something, besides came up with ideas from other servers, and expect other people to do everything for you.
-
I simply don't think it's a good idea to help someone to copy a other server, do whatever you want i'm out.
-
If i remember well , i saw something like this already in a server called SAS NETWORK? Or i'm wrong? Copy will ever be a copy. Players like more to play in orginal than in a copy
-
I don't understand you , please explain better.
-
The resource with life and armour were created by ZoLo and were stolen and posted on MTA community , currectly the resource is removed.
-
The resource with life and armour were created by ZoLo and were stolen and posted on MTA community , currectly the resource is removed.
-
There is https://community.multitheftauto.com/in ... ls&id=1280
-
Nobody here will give you decomplied DayZ scripts , talk to the owner of those scripts to sell them to you.
-
StanleySathler , thanks a lot! Here are two screenshots for you hope you like them , http://imgur.com/rnotXnW http://imgur.com/q4gWwUb
-
Hello there, I got a problem , i'm creating a anti afk system but the problem is after the player get killed when he is afk 1 second, how to stop the loop , to make him get killed again when he is afk 2 seconds or 3 seconds and not 1 because he is already killed because he was afk 1 second. Help. function kick_afk() for index, player in ipairs(getElementsByType("player")) do if getElementData(player,"invincible") then return end if( getPlayerIdleTime(player) > 1000 ) then killPed(player) outputChatBox("#696969[sERVER] #FFFFFFPlayer #FF0000 "..getPlayerName(player).." #FFFFFF have been killed #ff0000 AFK:[1/3] ",root,_,_,_,true) elseif ( getPlayerIdleTime(player) > 2000 ) then killPed(player) outputChatBox("#696969[sERVER] #FFFFFFPlayer #FF0000 "..getPlayerName(player).." #FFFFFF have been killed #ff0000 AFK:[2/3] ",root,_,_,_,true) elseif ( getPlayerIdleTime(player) > 3000 ) then outputChatBox("#696969[sERVER] #FFFFFFPlayer #FF0000"..getPlayerName(player).." #FFFFFF have been kicked #ff0000 AFK:[3/3] ",root,_,_,_,true) kickPlayer(player, "server", "you are afk") end end end setTimer(kick_afk, 5000, 0)
-
Eu joguei uma vez neste servidor, a maioria dos scripts são baixados da comunidade mta. E o servidor tem muitos mods , o que eu não gosto. Você disse que muitos seus scripts foram roubados? Mas eu acho que você roubou os scripts de outras pessoas e copiou scripts de outros servidores(isso é o que eu ouvi). Na minha vida eu joguei em muitos servidores freeroam Internacional, a maioria deles foi incrível. Servidores freeroam brasileiras são diferentes. A maioria deles estão cheios de scripts e mods baixados, o que eu não gosto.Eu não vejo futuro neste projeto e servidor. De qualquer forma, boa sorte.
-
Dealman gave you the functions which you need to create that , if you get problems post what you tried and we will help you.
-
Balkan MTA zajednica (predlog) / Balkans MTA Community (sug)
xeon17 replied to .:DoA:.Backflip's topic in Balkan
Ako vam treba besplatni VPS , ima jedan traje 15 dana nije los.. http://www.host1plus.com/ http://www.trial.host1plus.com/register.php -
You can try this function then, setVehicleRespawnPosition