Jump to content

Dolinho

Members
  • Posts

    79
  • Joined

  • Last visited

Everything posted by Dolinho

  1. Dolinho

    Size radar.

    What should I use to change the size of the radar?
  2. This is quite laborious. Saw this in the MTA wiki. I thought it was What do I want to but I am mistaken. function giveWeapons(player, weaponsString) local weaponsTable = split(weaponsString, ';') --split the string by the semi colon for k,v in ipairs(weaponsTable) do --for all the split values do weaponId = gettok(v, 1, string.byte(',')) --get the weapon ID using gettok, retrieve the first token weaponAmmo = gettok(v, 2, string.byte(',')) --get the ammo using gettok, retrieve the second token if (weaponId ~= nil and weaponAmmo ~= nil) then --if neither of them is invalid giveWeapon(player, weaponId, weaponAmmo) --give the player the weapons end end end
  3. But I saw in some server when I played that I could use. I could have colt 45 and desert in the same inventory.
  4. How can I use the 45 colt, desert and silenced all at once? All weapons not only that I quoted. sorry for the bad english. If someone answer me will stay here very grateful.
×
×
  • Create New...