Jump to content

HugoS#

Members
  • Posts

    9
  • Joined

  • Last visited

About HugoS#

  • Birthday 25/08/1998

Details

  • Location
    Look Up :)

HugoS#'s Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. Some one may help me ? function rec ( thePlayer ) dildo = createObject ( 321, x, y, z ) exports.bone_attach:attachElementToBone(dildo,thePlayer,11,0,0.08,0.3,0,180,0) end addCommandHandler ( "dildo", root, rec )
  2. Hello i want to know if is there a script or a program that allows you to mep smth ingame without changing the gamemode of the server i mean without doing /start editor ? thnx !
  3. Is there a function that load/start an other resource from aneventhandler into the script ?
  4. Oh thnx men It's really working !
  5. Hello guys, I've done a little script that it didn't work i don't know why ! any help ? local streamURL = "http://www.181.fm/winamp.pls?station=181-power&style=mp3&description=Power%20181%20(Top%2040)&file=181-power.pls" local radius = 350.0 local volume = 1.0 function clubMusic4 () local sound = playSound3D(streamURL, 2252.57520, 554.66547, 11.89701, true) setSoundVolume(sound, volume) setSoundMaxDistance(sound, radius) end addEventHandler ( "onResourceStart", root, clubMusic4 ) I've make it client side !
  6. I want to do a resource that it change the radar to detailed so I want to know the IDs if some one knows it thnx
  7. HugoS#

    Warp marker !

    Thnx ! It's really working !
  8. HugoS#

    Warp marker !

    this script didn't work why can i get help pliz ! local marker = createMarker( 1632.74011, -1521.43271, 14.60944, "arrow", 1.5, 255, 0, 0) function help () setElementPosition ( getLocalPlayer(), 1544.0194091797, -1352.6119384766, 329.47549438477 ) end addEventHandler( "onPlayerMarkerHit", rootElement, help )
×
×
  • Create New...