Jump to content

HunT

Retired Staff
  • Posts

    1,390
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by HunT

  1. Hi all,I'm really nab in this argument. If I make the weapons skin this Txd is visible only for client or all players. Example the player have rank 1 = Txd 1 rank 2 other Txd Etc. . Anyway type mw3 weapons skin
  2. u have the database with table cash and points? Post here the name if u have this.
  3. Ma vedi che gia esiste una mod come questa in mta.Cmq puoi usare l AMX per le mod di samp,sinceramente dubito che tu sappia farlo.Cmq le GM di Samp fanno cagare,le migliori stanno su mtasa.
  4. Stardard e 100 ma puoi settare anche 1000 ,in pratica non lo uccidearai mai.
  5. Sono Mod Per quanto riguarda GTAsa e non MTAsa
  6. I'M HERE -Ability to communicate with us in English when needed- YUP -A good understanding of the forum rules- YUP -To be friendly and helpful EveryTime -A good knowledge of scripting and being willing to help people with it YUP
  7. Devi creare un projectile con createProjectile. Al limite dopo ti faccio un esempio,oppure te la finisco io la script.
  8. Server Side : exports.scoreboard:addScoreboardColumn('Kills') -- Done function killScore () -- The Function local sourceAccount = getPlayerAccount ( source ) -- Get The Account local playerKills = tonumber ( getAccountData ( sourceAccount , "Kills" ) ) -- if the table name is Kills (maybe is kills, not Kills) if playerKills == false then -- guest Account setElementData ( source, "Kills", "0" ) -- set 0 to guest accounts else setElementData ( source, "Kills", playerKills ) -- Done end end addEventHandler ( "onPlayerSpawn", getRootElement(), killScore ) addEventHandler ( "onPlayerLogin", getRootElement(), killScore ) -- u can add other Event
  9. HunT

    Rank Image

    Fine if u have the problem i'm here.
  10. HunT

    Rank Image

    First u not need the client script. Script server side (in my post) Edit the dxscoreboard (in my post) Value ranks numbers (if u have the name, u can convert the name to number with table) And ranks .png (example 0.png = guest 1.png = rank 1) Anyway if u have the problem I can give u the script in pm,but later now I job.
  11. HunT

    Rank Image

    Look My Post About Ranks Images in ScoreBoard. viewtopic.php?f=91&t=38195&hilit=Rank+to+number
  12. HunT

    Color GUI?:O

    Replace the guiCreateWindow with image red
  13. Bro only for one text maybe is better the dx function. Left down and + or - . . . Easy
  14. HunT

    Mafia 2009

    Image From My First Server RP Mafia 2009 (2010 close the Rp And Open The Race) AnyWay Epic Image
  15. La Maggior parte degli shader lagga,non so se ti conviene.E per questo che non ho rilasciato una nuova versione. Se ti interessa ho fatto anche il nos shader : https://community.multitheftauto.com/ind ... ls&id=3972 Il nos non lagga
  16. Dovrebbe esercì qualcosa nella comunity per quanto riguarda i ped,ma dubito ci sia anche ped in Vehicle Di freeroam gamemode non e che me ne intendo.
  17. Si è una mia vecchia script (alle prime armi). In pratica ti da la possibilità di attivare i shader,se fai una ricerca in community troverai qualcosa di meglio.
  18. Sounds good,later check thank u.
  19. Mhh. . . Maybe I need look the function in play mode.
  20. Ehmm. . . U not understand the question.
  21. Hi guys. Who I can enable the key F for exit enter in vehicle? But with race gamemode Tnx
  22. Hai bisogno di un altra script per questo.Oggi non posso aiutarti,magari domani. Se hai fretta fai una ricerca.
×
×
  • Create New...