Jump to content

Jesseunit

Members
  • Posts

    115
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jesseunit

  1. Thankyou sir Cannonball, tho i'm not going to use it. But I'll give it a shot. Edit: Bugs I have found: - Double tapping F4 will bug the animation - Cursor gets stuck sometimes when double tapping F4 - no guiSetInputEnabled when sending a PM
  2. use: guiSetProperty(guiElem, "RiseOnClick", "False") http://cegui.org.uk/static/WindowsLookP ... taticImage
  3. Wrong, faaaking, category.
  4. http://bugs.multitheftauto.com/view.php?id=6321
  5. It's not "idiotic", it's called hungarian notation: http://en.wikipedia.org/wiki/Hungarian_notation - Almost all programmers use it. I use ";" because I want so, any problems? I can script whatever way I want. +1 Anderl, although you shouldn't waste any time on Sebbe for future reference since he fails at scripting anyway. Let's see how long it'll take for Símon to delete this post.
  6. Y u no use table to spawn NPCs mate? local soldiers = { [1]={ skin=217, coords={0, 0, 3} } } for i = 1, #soldiers do local x, y, z = unpack(soldiers[i].coords) local skin = soldiers[i].skin local soldier = createPed(skin, x, y, z+0.5) setElementFrozen(soldier, true) setTimer(giveWeapon, 750, 1, soldier, 31, 999, true) end
  7. I told you mate. Much love ;3 - Jesse
  8. Aye you little piece of shat, upload your virus elsewhere. NB: Your virus is sooo 2008 Your a new poster and you complain about something that isn't a virus? I tried it, it worked on my computer, but it's not finished I guess New poster? My gawd... you should know... EDIT: Atleast he should've uploaded some pictures.
  9. Aye you little piece of shat, upload your virus elsewhere. NB: Your virus is sooo 2008
×
×
  • Create New...