Jump to content

LilDawage

Members
  • Posts

    93
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by LilDawage

  1. marker = createMarker(137.39999, 1850.4, 16.6, "cylinder", 1.5, 230, 251, 3, 153) function camera(hitElement) if getElementType(hitElement) == "player" then setCameraMatrix(hitElement, 1468.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) setTimer(function() fadeCamera(hitElement, true, 0.5) end, 500, 1) end end addEventHandler("onMarkerHit", marker, camera)
  2. getDistanceBetweenPoints3D use this better and getElementPosition (your Pos ) and getElementPosition (player pos ) player pos >>> getElementByType(player) ds = getDistanceBetweenPoints3D if ds < 1 then outputChatBox(" ")
  3. i cant see anything about RenderTarget here just try to change your lines
  4. Your Real name : Dames Email(for panel information): [snip] Country : France What u want(Game type) : MTA:SA Sv Location (France available) : france Sv Mx player(max200) : 180 Extra note : long time looking for chance to get it
  5. Your Real name : Dames Email(for panel information): [snip] Country : France What u want(Game type) : GangWare Sv Location (France available) : france Sv Mx player(max200) : 180 Extra note : long time looking for chance to get it
  6. player ~= localPlayer This the logo not show for you , you need to remove it
  7. function highPing() local ping = getPlayerPing(getLocalPlayer()) if (ping > 100) then outputChatBox('#990033 ' .. getPlayerName(source) .. ' #ffffffhas high ping.', getRootElement(), 250, 255, 250, true) end end addCommandHandler("ping", highPing)
  8. حياة واقعية وظائف وصف انجليزي للسرفر
  9. LilDawage

    Ped Health

    getElementHealth (ped) DXDrawBorderedRectangle
  10. انا هنا من اجل طلب بسيط هو اني املك سيرفر متعدد اللغات و لدى انا ابحث عن ادمن رئيسي للغة العربية في سيرفري مزيد من المعلومات اتصل بنا في https://discord.gg/QCN4JF
  11. Added Multi-Lang ( Spanish - English - Aranic ) , now all players Able to speak Difference languages in mainchat , also they Can Create Groups and make wars vs others Players Country , per exp ( Spanish vs arabic or ....) Staff From Different Countries are ready to help players talking different Language Join our Discord Group now : https://discord.gg/YwqQw6
  12. addEventHandler "onClientPlayerDamage", getRootElement() , function ( attacker, weapon, bodypart ) if ( weapon == 35 ) then --if the weapon used was the rocket cancelEvent end ) ;
  13. setElementVisibleTo (Car,Member, true ) Member = get Player Clan dont Forrget to add Event for that like "onPlayerSpawnCar" , "onPlayerVehicleEnter" bro dont Forgget to destoryElement (blip) when Car explode...
  14. -------------------------------------------------------- i cant help more then this sorry i dont know lines of other scriptes ........... galaxy = guiCreateWindow (x,y,w,h,false) Exx = guiCreateGridList (x,y,w,h,false,galaxy) guiGridListAddColumn(Exx ,"Name",0.2) guiGridListAddColumn(Exx ,"Clan",0.2) guiGridListAddColumn(Exx ,"Exp",0.4) guiGridListAddColumn(Exx ,"status",0.2) guiGridListAddColumn(Exx ,"kills",0.2) local row = guiGridListAddRow(Exx) for _, player in ipairs(getElementsByType("player")) do guiGridListSetItemText(Exx ,row,1,player,false, false ) guiGridListSetItemText(Exx,row,2,here Clan player,false, false ) ---------- and same for others Exp and leader and status kust follow orders of rows end i dont know about you Settings Clan and Exp and Rank clan because i dont know the lines of your Scriptes any why use (exports ) to get player Clan or use ElementData if exisit ..
  15. Create Gui Create Girldlist add row (clan name , memebrs , kills , leader) two method to show them : 1/ From your database ('SELECT FROM.. 2/ Form settings (ElementData) Try to learn more lua because no one can help you for free ------------------------------------------------
  16. About server : UGN:RPG has been created in the early stages of RPG servers in 2018. The server has been just released and is looking for some good players our goals are very big, we inteand to build a server so everyone can enjoy it, the server owner is a arabic developer since 2012 UGN was once SADS if u can remember it since is has been down @LilDawage decided to start it again so here it is. @LilDawage with alot of knowledge about MTA and having experience being an MTA Lua programmer member, decided to bring it back with three others. Why im here : simple Server Rec some staffs (active staffs ) if you interesed feel free to join Server for more information thank you
  17. setElementVisibleTo ( act1Marker1, root, true) setElementVisibleTo ( act1Marker2, root, false) make source to who you want Visible it
  18. yeh Create one File : like getMyDatainfo () return Create table info about you database host name and pass ... Enable Exports info in meta ( getMyDatainfo) exports info database to all resources db = dbConnect( "mysql","dbname="..exports["file name"]:getMyDatainfo () [Colum].." ....................and same for others
  19. bindKey("F1", "down", function() show = not show end ) fix you Bind bro
  20. Enabled mods after downloading , make dat Event OnClientFileDownloadComplete Create table For mods on server side and make stats Enabled or no + Downloaded or no if Donwloaded == true then Enabled mod = True but make sur that you need to loop are your Mods ( for i v in pairs (table mods) ....
×
×
  • Create New...