Jump to content

Eduardo95

Members
  • Posts

    6
  • Joined

  • Last visited

Eduardo95's Achievements

Vic

Vic (3/54)

0

Reputation

  1. ahh thank! but i have "the briefcase script" i need to know if is possible to change that blip for someone more customize for example a briefcase image. attached to player like that script
  2. Can somebody help me with this script? mar = createMarker(1289.0939941406, -1647.5231933594, 12.546875, "Cylinder", 1.8, 0, 0, 57, 150); addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), function() exports.customblips:createCustomBlip ( 0,0, 10, 10, "icon.png" ) end I need to know how to attach the blip with one marker, i'm stuck here, please help.
  3. Eduardo95

    Help.

    I need help with custom blips, how i can make one ? it's only editing the txd file of the blip in the gta sa folder and replace with the functions or how? please help.
  4. Hello i'm new in the script world and i need a little help with this. function startMySound() sound = playSound( "1.mp3", true ) end addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource() ), startMySound ) function stopMySound() stopSound( sound ) end addEventHandler ( "onPlayerSpawn ", stopMySound ) I can't make the musica stop when player spawn, thanks
×
×
  • Create New...