Jump to content

ThePrime

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by ThePrime

  1. Hey guys, i want to make a youtube based speaker system, but i have searched for working api, i didnt found anything. I just need an api wich works like this: Thanks for helping! playSound3D("converterlink.xyz/fetch/url=" .. url, x, y, z, true )
  2. Koszi, de latom magyar vagy :)) Orulok h magyarok is vannak erre xd :))
  3. Hey guys, i want to make a code with pickups, but doesnt do anything... I tried whit all of theese codes but doesnt works... :(( Help me plz function pickedUpWeaponCheck( player ) if root == 1240 then outputChatBox( "Megtosztad!", player ) end end addEventHandler( "onPickupUse", root, pickedUpWeaponCheck ) function onPickupUse ( player ) local currenttype = getPickupType ( root ) if currenttype == 1240 then outputChatBox( "Megtosztad!" ..currenttype, player ) end end addEventHandler( "onPickupUse", root, pickedUpWeaponCheck ) local money = createPickup (1896.4000244141, -1950.9000244141, 13, 3, 1274, 10000 ) function pickupUse ( player ) outputChatBox( "Megtosztad!") end addEventHandler ( "onPickupHit", money, pickupUse )
  4. It works, tysm, i searched for this and tryed to make it but i cant, thx
  5. Pickup is the floating heart, or floating green house, theese are pickups. But i need only a invisibile dff and txd
  6. Hey guyzz, i need for a big project a fully invisibile pickup model... I think is needed DFF and TXD both... Can someone help me with this plz? Thx
×
×
  • Create New...