Jump to content

HunT

Retired Staff
  • Posts

    1,391
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by HunT

  1. HunT

    [info] Txd client

    U not understand Example: Player 1 - weapon id 100 - rank 1 = Txd weapon for weap. Id 100 Player 2 - weapon id 100 - rank 2 = other Txd weapon for weap. Id 100 the players can have the different Txd in weapons? This is the question Not visible to all players but only for client.
  2. 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
  3. u have the database with table cash and points? Post here the name if u have this.
  4. 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.
  5. Stardard e 100 ma puoi settare anche 1000 ,in pratica non lo uccidearai mai.
  6. Sono Mod Per quanto riguarda GTAsa e non MTAsa
  7. Perché game monitor non funziona più.
  8. 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
  9. Where is the Client Side
  10. Devi creare un projectile con createProjectile. Al limite dopo ti faccio un esempio,oppure te la finisco io la script.
  11. 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
  12. Maybe
  13. HunT

    Rank Image

    Fine if u have the problem i'm here.
  14. 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.
  15. HunT

    Rank Image

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

    Color GUI?:O

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

    Mafia 2009

    Image From My First Server RP Mafia 2009 (2010 close the Rp And Open The Race) AnyWay Epic Image
  19. 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
  20. 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.
  21. 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.
  22. Sounds good,later check thank u.
  23. Mhh. . . Maybe I need look the function in play mode.
  24. Ehmm. . . U not understand the question.
  25. Hi guys. Who I can enable the key F for exit enter in vehicle? But with race gamemode Tnx
×
×
  • Create New...