Jump to content

Playstation23

Members
  • Posts

    50
  • Joined

  • Last visited

Playstation23's Achievements

Snitch

Snitch (10/54)

0

Reputation

  1. I found a piece of flat dirt called 'cuntlandye' with a number, i think it's 06 but I can't remember. I use that now.
  2. Could you not somehow get the event of a player being kicked, and if its a certain person then cancel the event?
  3. Could you not somehow get the event of a player being kicked, and if its a certain person then cancel the event?
  4. how would I go about doing that? I tried using the wiki and came up with this; function pedLoad() ped1 = createPed ( 287, 223, 1875, 18 ) giveWeapon( ped1, 31, 500, true ) setTimer( giveWeapon, 1000, 1, ped1, 2) end addEventHandler ( "onResourceStart", getRootElement(), pedLoad ) doesn't work though.
  5. how would I go about doing that? I tried using the wiki and came up with this; function pedLoad()ped1 = createPed ( 287, 223, 1875, 18 )giveWeapon( ped1, 31, 500, true )setTimer( giveWeapon, 1000, 1, ped1, 2)end addEventHandler ( "onResourceStart", getRootElement(), pedLoad ) doesn't work though.
  6. I tried that before and it still didn't work, I have no idea why. PLus, I think the 'true' in giveWeapon sets the weapon slot to the weapon that is being given.
  7. I tried that before and it still didn't work, I have no idea why. PLus, I think the 'true' in giveWeapon sets the weapon slot to the weapon that is being given.
  8. Ok, I need some help with giving a ped a weapon. I've managed to create the ped, but I want to give him a M4 with 500 Ammo, but it doesn't seem to be giving him it, here's the .lua file; function pedLoad ( ) ped1 = createPed ( 287, 223, 1875, 18 ) giveWeapon( ped1, 31, 500, true ) end addEventHandler ( "onResourceStart", getRootElement(), pedLoad ) I'm a bit of a noob at lua scripting ;P
  9. Ok, I need some help with giving a ped a weapon. I've managed to create the ped, but I want to give him a M4 with 500 Ammo, but it doesn't seem to be giving him it, here's the .lua file; function pedLoad ( ) ped1 = createPed ( 287, 223, 1875, 18 ) giveWeapon( ped1, 31, 500, true ) end addEventHandler ( "onResourceStart", getRootElement(), pedLoad ) I'm a bit of a noob at lua scripting ;P
  10. Nah, I used to get it before. If you just delete the deathmatch folder, it might take a little bit longer to download, but you won't get the error. That's the theory anyway.
  11. Nah, I used to get it before. If you just delete the deathmatch folder, it might take a little bit longer to download, but you won't get the error. That's the theory anyway.
  12. The Valhalla server is crap anyway. Try deleting your Multi Theft Auto/mods/resources/deathmatch folder, and then trying to connect to a server, it should work.
  13. The Valhalla server is crap anyway. Try deleting your Multi Theft Auto/mods/resources/deathmatch folder, and then trying to connect to a server, it should work.
×
×
  • Create New...