Jump to content

zzx

Members
  • Posts

    61
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

zzx's Achievements

Snitch

Snitch (10/54)

0

Reputation

  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
×
×
  • Create New...