Jump to content

msprod

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by msprod

  1. hello, i'm french, i want to play streaming in a cars (radio channel) but there is no source and topic found. I can crerate any shoutcast radio for this but i haven't script. i have MTASA 1.1 server on linux. someone would exemple? very thanks
  2. yes and work now ! verry thanks for you !!! but i have an other probleme when i script this: addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), function() exports.customblips:createCustomBlip ( 2236.345703125,2458.1728515625, 20, 20, "police.png" ) exports.customblips:createCustomBlip ( 1832.353515625,-1682.7724609375, 20, 20, "bar.png" ) end ) but server say "ERROR:File 'blips.lua' in resource 'customblips' -CRC mismatch" thanks for your help....
  3. hello, i'm french how i can make a custom blips ? have you exemple ? i create blips.lua in "cistomclips" directory whit this scipt : addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), function() exports.customblips:createCustomBlip ( 2236.345703125,2458.1728515625, 20, 20, "police.png" ) end ) and add in meta.xml:: <script src="blips.lua" type="client" /> i copied "police.png" 20x20 in cistomclips" directory But no icon in map and radar. Thanks
×
×
  • Create New...