Mr.OppS Posted May 1, 2017 Share Posted May 1, 2017 السلام عليكممود راتب كل 5 دقائق يعطيك فلوس ! تروح منطقة راتب وتاخذ الفلوس يوجود مشكلة بالمود ! اذا انا بسيرفر و اخوي بسيرفر ! وروحنا منطقة الراتب وطلع رقم مكتوب 10الاف اذا اخوي اخذ فلوس!! تروح علي || واذا انا اخذت فلوس تروح علي اخوي! ليش كيف احل هذة المشكلة!! اريد كل شخص حين يذهب الي منطقة راتب ياخذ فلوس ماتروح علي شخص اخر !! كيف Server : local marker = createMarker(2489.5065917969,-1671.2672119141,13.335947036743,'cylinder',1.3,255,255,255,0) addEventHandler('onResourceStart',resourceRoot, function() for _,v in pairs( getElementsByType('player') ) do setElementData(resourceRoot,'money',0) end end ) addEventHandler('onMarkerHit',marker, function(player) if ( player ) then if ( getElementData(resourceRoot,'money') == 0 ) then return end givePlayerMoney(player,getElementData(resourceRoot,'money')) outputChatBox(' {HaFiz} : $ '..getElementData(resourceRoot,'money')..' لقد اخذت',Player,255,255,0,false) setElementData(resourceRoot,'money',0) end end ) setTimer(function() if ( getElementData(resourceRoot,'money') ) then setElementData(resourceRoot,'money',getElementData(resourceRoot,'money') + math.random(5000,10000)) end end,18000,0) guimessagesهذا مود الجروبات ! رسالة حتي تطلع لازم اشغل مود !! guimessages انا اريد رسالة تطلع في شات ! ولا اريد رسالة تطلع في كيف function onCreateGroup(name) if getPlayerGroup(source) then exports["guimessages"]:outputServer(source, "#04B4AE(Group System) #FF0000You already have group.", 255, 40, 0) elseif (getPlayerMoney(source) or 0) < 90000 then exports["guimessages"]:outputServer(source, "#04B4AE(Group System) #FF0000You must have more than #00FF00$100,000 #FF0000to make the group.", 255, 20, 0) elseif isHasSpace(name) then exports["guimessages"]:outputServer(source, "#04B4AE(Group System) #FF0000The #DF7401Group name #FF0000must be without space, Remove the Space from it.", 255, 40, 0) elseif not isASCII(name) then exports["guimessages"]:outputServer(source, "#04B4AE(Group System) #FF0000Only English #DF7401Groups name #00FF00acceptable#FF0000 chose another name in English.", 255, 40, 0) else CreateGroup(source, name) end end addEvent("Create_Group", true) addEventHandler("Create_Group", root, onCreateGroup) Topbar هذا مود القطار ! رسالة حتي تطلع لازم اشغل مود !! Topbar انا اريد رسالة تطلع في شات ! ولا اريد رسالة تطلع في كيف function print_nearest_station(plr, cmd) local px,py,pz = getElementPosition(plr) local dist = nearest_station(px,py,pz) exports.Topbar:dm("Nearest train station: "..dist.." at: ".. getZoneName(px,py,pz).." in ".. getZoneName(px,py,pz, true), plr, 255, 100, 0) end addCommandHandler("station", print_nearest_station) Link to comment
coNolel Posted May 1, 2017 Share Posted May 1, 2017 سلام عليكم شف ، حاول تسوي كل ما ياخد أحد الفلوس تتجدد ، ورد علينا Link to comment
#BrosS Posted May 1, 2017 Share Posted May 1, 2017 resourceRoot كيف تبيه يعطيه للاعب اللي دخل الماركر وانت مسوي ولطلباتك الاخيرة بدلهم ب outputChatBox مافي أسهل من كذا Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now