Jump to content

sckatchof

Members
  • Posts

    394
  • Joined

  • Last visited

Everything posted by sckatchof

  1. use this local name = getPlayerName(player) if name == "YourName" then
  2. you mean only you account name can enter to the marker ?
  3. try this local x = 685.62610 local y = -2692.39307 local z = 7.5 local market = createMarker ( x, y, z, "cylinder", 1.5, 0, 0, 255, 170 ) addEventHandler ( 'onClientMarkerHit', root, function ( player ) if ( player == localPlayer and source == market ) then setTimer(setElementPosition, 1000, 1, player, 0, 0, 0 ); --- After 1 second end end )
  4. ahmedfef , If you don't post your code nobody can help you .
  5. we cant help u with that code
  6. ahmedfef post your code us Draken say !
  7. i know cause he don't post full code idk what he use , that's why
  8. try this : local accountname = getAccountName (getPlayerAccount (thePlayer)) aclGroupRemoveObject(aclGetGroup("Admin"), "user."..accountname)
  9. Maybe i have problem but thaaank you for help i will try to fix it or change it
  10. still don't work delete my resource and i add your resource and still work the sound . just when i reconnect or quit it stop
  11. sure.
  12. and i add this i still work the music
  13. @X-SHADOW : don't copy the code without check if he work
  14. Link : http://www.mediafire.com/?uxr856xtiiy6co3
  15. i copy your last code again, still dont stop
  16. Yes im sure if u want i will upload my resource
  17. thanks all for help but i will try to fix it idk why it dont work for me
  18. you mean if he is VIP can get color what he want ?
  19. it still work the sound idk why dont work for me i tested it i do /radio and the sound start and when i do /stopradio the music still work just speaker destroy
  20. but he dont want lights for vehicles.
  21. thannnnnnnnk you snake but sound dont stop when i do /stopradio just speacker destory but music dont stop
  22. Use this functions : createVehicle setVehicleColor
  23. thank you again snake work and who can i make a command to destroy attachElement from vehicle and destroy sound like /destoryradio ? and sorry for inconvenience again
  24. thank you snake for help work i have anther question how can i make if player do /radio and get to anther car and do /radio it radio remouve with music and create to his car or he have already the radio it show outputChatBox ( "tthe radio is already exists", thePlayer ) .
  25. i add that look to server side it work sound when i do /radio but just on player can lesten to music i want just players near to the car can listen to music
×
×
  • Create New...