Results 1 to 10 of 11

Thread: Press F didn't work

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Private First Class RobsoN's Avatar
    Join Date
    Jan 2013
    Location
    /home/cod2/
    Posts
    230
    Thanks
    119
    Thanked 95 Times in 64 Posts
    You need to put loop..

    PHP Code:
    self endon("disconnect");

    while(
    1)
    {
        if(
    self useButtonPressed())
        {
        
    //code
        
    }
       
    wait 0.05;


  2. The Following 2 Users Say Thank You to RobsoN For This Useful Post:

    kung foo man (30th June 2013),Loveboy (30th June 2013)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •