Jump to content

CapY

Members
  • Posts

    1,646
  • Joined

  • Last visited

Everything posted by CapY

  1. 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.
  2. Why does everyone haves nVidia graphics, when ATI pwn's them all.
  3. Are you having Mantis or something similiar where you do track bugs and so on ?
  4. 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
  5. CapY

    ORANGE IS BANNED. WHY?

    Update GunGame too, if you work on it.
  6. Runescape makes you nolifer, my friend does play it 21 hour, every day.
  7. /me killed Otto ( crashed his Android app. )
  8. *404 Not Found* /me killed Benxamix2 ( slapped him with Castillo )
  9. Could you give a link of the Issue ?
  10. Thumbs up! HAX. To hack other servers. I Agree.
  11. 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.
  12. 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.
  13. A: Because they are used to it. Q: Familiar ?
  14. The pickup represents weapon, health and so on.. https://wiki.multitheftauto.com/wiki/Element/Pickup
×
×
  • Create New...