Jump to content

Matey

Members
  • Posts

    8
  • Joined

  • Last visited

Details

  • Gang
    Gang side

Matey's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. giveWeapon is Server-only function. Yeah and createWeapon is a client-only function. So he's going to need an event to do al this. createWeapon is for peds only, not players, already tried bruh.
  2. Basically, I've seen in so many servers that you're able to make several weapons based on the same model (eg: AK47, AKS, AK74, etc). createWeapon didn't work, since it's for peds only. Now I've tried to make an unique Deagle, called Glock and when it spawns it has extended clip of 30 bullets. function Glock () local status = giveWeapon ( thePlayer, 24, 100 ) setWeaponProperty(24, "pro", "maximum_clip_ammo", 30) end addCommandHandler ( "give", Glock ) And yet I had no luck. Any ideas?
  3. What do you mean by shader, I'm kinda new to these terms.
  4. Exactly, I don't want to replace them, I want to add additional ones.
  5. No, when you press F1>Vehicle you can notice a new tab with Custom Vehicles and the other tabs with the original ones.
  6. Alright but.. could you give me an example please?
  7. Hello fellas, lately I've seen something interesting on a server called Grafuroam, if I'm not mistaken, Grafu added vehicles without replacing the actual ones, cand someone explain me how is this possible? Also, can it be done for ped skins too?
×
×
  • Create New...