Jump to content

CapY

Members
  • Posts

    1,647
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by CapY

  1. Good work.
  2. BF3 ftw, if am i right Totally agree. The movement, graphics, gameplay...it just does rock. EDIT: diegofkda, just tried it out, looks fun, catch me up on some server.
  3. Why does everyone haves nVidia graphics, when ATI pwn's them all.
  4. Are you having Mantis or something similiar where you do track bugs and so on ?
  5. Good job, fairly done.
  6. Core: AMD Sempron ( tm ) 140 Processor 2.70 GHz ( I'll buy Triple core soon ) RAM: 3,00 GB of RAM, DDR3 1333 MHz. OS: Running Windows 7 - 32 bit. Graphics: ATI Radeon HD 5670 1gb
  7. I agree with those parts.
  8. CapY

    ORANGE IS BANNED. WHY?

    Update GunGame too, if you work on it.
  9. Yeah, it sucks also.
  10. Runescape makes you nolifer, my friend does play it 21 hour, every day.
  11. /me killed Otto ( crashed his Android app. )
  12. *404 Not Found* /me killed Benxamix2 ( slapped him with Castillo )
  13. Hehe again, same here...
  14. Could you give a link of the Issue ?
  15. Same
  16. Thumbs up! HAX. To hack other servers. I Agree.
  17. You what?
  18. CapY

    Weird problem..

    If I'm right, you changed an "If" statement to "elseif", that didn't work though, I will fix it already, thanks anyway.
  19. /me died ( Infinite IRC rickrolling )
  20. CapY

    Weird problem..

    addEventHandler ( "onClientPlayerSelectGamemode", player, function ( gm ) if gm ~= "race" then return end --some gui t1 = setTimer ( triggerServerEvent, 12000, 1, "onPlayerRaceEnter", player ) addEventHandler ( "onClientKey", root, onPlayerClientKey ) end ) attrs = 0 function onPlayerClientKey( button, press ) if ( press and button == "F9" and attrs ~= 1) then killTimer ( t1 ) attrs = attrs + 1 --some gui stuff elseif ( press and button == "F9" and attrs == 1 ) then attrs = attrs + 1 --some gui stuff. if ( press and button == "Y" and attrs == 2 ) then triggerServerEvent ( "onPlayerRaceEnter", player ) --gui stuff elseif ( press and button == "N" and attrs == 2 ) then --gui stuff call ( getResourceFromName ( "npg_general" ), "onClientPlayerRedirectFromRace", player ) end end end When it comes to "Y" or "N" it simply doesn't do the rest of the code.
  21. A: Because they are used to it. Q: Familiar ?
  22. getPedWeapon
  23. lolie12
  24. The pickup represents weapon, health and so on.. https://wiki.multitheftauto.com/wiki/Element/Pickup
×
×
  • Create New...