Jump to content

Blaawee

Members
  • Posts

    857
  • Joined

  • Last visited

Everything posted by Blaawee

  1. Hello i'm Back again ^^ i'v just made a battle field on map editor but i need help with this map @@ all i want to make : when player go out from the filed his weapon gone
  2. same person viewtopic.php?f=91&t=36599 ^^ Catch You Duuude
  3. o.k this your code right : addEventHandler("onClientResourceStart",resourceRoot, function () txd = engineLoadTXD ( "66.txd" ) engineImportTXD ( txd, 66 ) dff = engineLoadDFF ( "66.dff", 0 ) engineReplaceModel ( dff, 66 ) triggerServerEvent ("doFixSkin", getLocalPlayer()) end) and this TAPL code addEventHandler("onClientResourceStart",resourceRoot, function () txd = engineLoadTXD ( "hmyri.txd" ) engineImportTXD ( txd, 46 ) dff = engineLoadDFF ( "hmyri.dff", 0 ) engineReplaceModel ( dff, 46 ) triggerServerEvent ("doFixSkin", getLocalPlayer()) end) tell me What's the difreent ??
  4. Did You Stoled it From TAPL ??
  5. ادخل لوحه الادمنيه بعدين روح resource دور على مود killmessages بعدين start it's soooo easy man @@
  6. هساعدك في كم شغله مود التاب الملون : https://community.multitheftauto.com/index.php?p= ... ils&id=419 عدل على ال Meta.xml و ابحث على السطر هاذا : خله
  7. Blaawee

    need help

    i'v gust create the button in admin graphical user interface (gui) but what is the syntix to make it work
  8. Blaawee

    need help

    ^Dev-PoinT^ it's nice , but i want to attache it in the admin panel you know what i mean ^^
  9. Blaawee

    need help

    Hi guys i want make jail system hows that
  10. ok Thank you very much TAPL Your Are The Best
  11. but why ? (thePreviousAccount, theCurrentAccount)
  12. thx But what if his name have Hex Code ?
  13. Thx TAPL for the help but i have something , is there any code tell me who has been loged in ??
  14. thx TAPL it's Worked But There somthing @@ the ped not there -------------------------------------------------------------------------------------------------------------- function pedLoad() dancer1 = createPed(292, -1495.1926269531, 761.52935791016, 7.1834278106689, 0) dancer2 = createPed(293, -1496.5218505859, 765.72064208984, 7.1875, 0) dancer3 = createPed(298, -1498.4525146484, 761.25640869141, 7.1875, 0) dancer4 = createPed(304, -1499.099609375, 763.75598144531, 7.1875, 0) guard1 = createPed(17, -1513.1009, 764.656738, 7.1875, 0) guard2 = createPed(17, -1513.09411, 761.21850, 7.1875, 0) setPedRotation(dancer1, 35) setPedRotation(dancer2, 100) setPedRotation(dancer3, -20) setPedRotation(dancer4, 150) setPedRotation(guard1, 100) setPedRotation(guard2, 100) setPedAnimation(dancer1, "DANCING", "dnce_M_a") setPedAnimation(dancer2, "DANCING", "DAN_Left_A") setPedAnimation(dancer3, "DANCING", "dance_loop") setPedAnimation(dancer4, "DANCING", "dnce_M_d") end addEventHandler ( "onResourceStart", resourceRoot, pedLoad )
×
×
  • Create New...