Search the Community
Showing results for tags 'atm'.
-
I've successfully created a marker that triggers 'givePlayerMoney' and 'outputChatBox' when 'onClientMarkerHit' in a client.Lua. Does the server see the amount of money the player now has? Do I have to sync the money to the server with some kind of 'getPlayerMoney' in a server.Lua? I'm planning on making a weapons GUI that works with the player's money.
-
function bankaGuiAc() local vis = guiGetVisible (atmAnaEkran) if (vis == false) then local team = getPlayerTeam (getLocalPlayer()) local crim = getTeamName (team) local atmSoymaB = getElementData (getLocalPlayer(),"atmSoyabilirmi") if (crim == "Criminals" and atmSoymaB) then guiSetEnabled (atmSoyButton,true) else guiSetEnabled (atmSoyButton,false) end guiSetVisible (atmAnaEkran,true) showCursor(true) guiSetText (DurumLabel,"") setElementData (getLocalPlayer(),"label1",false) setElementData (getLocalPlayer(),"label2",false) setElementData (getLocalPlayer(),"label3",false) setElementData (getLocalPlayer(),"label4",false) end end addEvent("bankaGuiAc", true) addEventHandler("bankaGuiAc", root, bankaGuiAc) how can i acces this menu just acl group i want acces this menu without team group. i just want acl group (VIP)
-
شباب ازاى اعمل مصرف بماركر وعوز جوا اللوحه يكون فى زر هكر ويقدر ياعمل هكر كل 4 داقائق وشكر