Jump to content

zzx

Members
  • Posts

    61
  • Joined

  • Last visited

Everything posted by zzx

  1. zzx

    Can't set x16 reso

    That worked, thanks ccw and Dutchman101
  2. zzx

    Can't set x16 reso

    the problem is still unchanged this is what the mtadiag sofware has gave me in the diagnostics. http://pastebin.mtasa.com/194990108
  3. zzx

    Can't set x16 reso

    i don't know what do you even mean. but this is a pic of mtadiag,
  4. zzx

    Can't set x16 reso

    everything was installed successfully. but,the x 16 resolutions are still not there...
  5. zzx

    Can't set x16 reso

    i installed the update which mta has auto sent me when i joined the game. but after i wanted to check something in the settings i found that the entire x 16 resolutions has been removed after i've installed the update. how to get them back once again?!
  6. zzx

    Reward for killing

    I already kept tete's code, anyhow thanks to everyone.
  7. I made a script, if anyone killed another player with his hunter, he will get 200$ but only with hunter. local reward = 200 function kill ( ammo, killer, killerweapon, bodypart ) local vehicle = getPedOccupiedVehicle ( killer ) if isPedInVehicle ( killer ) and getElementModel ( vehicle ) == 425 then givePlayerMoney ( source, reward ) outputChatBox ("#ff8800[REWARD] #ffffffYou have killed "..getPlayerName..( source )" ..and rewarded $".. tostring ( reward ), root, 0, 255, 0, true ) end end addEventHandler ( "onPlayerWasted", getRootElement(), kill ) help please
  8. zzx

    Sound problem

    thanks man <3333
  9. zzx

    Sound problem

    i have a WTF sound how to add it to the script? and to access it by the command "wtf" not "sux" every sound has its own command
  10. zzx

    Sound problem

    like that sound but with different names
  11. zzx

    Sound problem

    Worked thanks a lot <3 how can i add another sounds?
  12. zzx

    Sound problem

    prestige, the outputchatbox doesn't appear on the chat, and the sound keeps restarting without stop
  13. zzx

    Sound problem

    thanks man <3 but the sound still restarting without stop at all, how to start it once until i type sux again pls and thanks man <3
  14. zzx

    Sound problem

    Thanks it works perfectly, but another problem, how to stop the sound, and when i start the resource it directly plays the sound, but i want it to start when i type sux the command
  15. zzx

    Sound problem

    the probllem is with setRadioChannel(0)
  16. zzx

    Sound problem

    no here is the problem when i write sux, the command handler.
  17. zzx

    Sound problem

    this didn't give me any errors but the sound doesn't play ? function startMusic() setRadioChannel(0) song = playSound("yousuck.mp3",true) outputChatBox("[sOUND] "..playerName(player).." has started sound "..soundName) end addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()),startMusic) addCommandHandler("sux",startMusic)
  18. zzx

    Sound problem

    What is the solution please
  19. zzx

    Sound problem

    hi guys i made a script to start sounds in the server example: [sOUNDS]: ZeldaK has started WTF?! sound. but there are some errors in the debugscript please help!. function startMusic() setRadioChannel(0) song = playSound("yousuck.mp3",true) outputChatBox("[sOUND] "..playerName(player).." has started sound " ..soundName..") end addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()),startMusic) addCommandHandler("sux",toggleSong) Debug:
  20. zzx

    accessable problem

    okay thanks man <3
  21. zzx

    accessable problem

    plss man fix me the whole code i wanna it to my server
×
×
  • Create New...