Thread: [insiadiax] spec delay? just read urgent paying $$$

Results 1 to 7 of 7
  1. #1 [insiadiax] spec delay? just read urgent paying $$$ 
    Registered Member
    Join Date
    May 2011
    Posts
    480
    Thanks given
    36
    Thanks received
    34
    Rep Power
    32
    guys, does anyone know to make it so when u quickly switch a item there is a little delay before u can spec like 1 second paying up to $10 for help
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    Declare a in player/client
    Code:
    Public int weaponSpecTimer = 0;
    And make it so when you click spec,
    Code:
     Public int weaponSpecTimer = 1;
    In the itemswitch method,
    Code:
     if weaponSpecTimer >= 1 {
    c.sendMessage("You must wait at least a second after switching to spec!");
    return;
    {
    Not the best explained, but you get the drift, that gives a 1 second Delay
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2008
    Posts
    222
    Thanks given
    24
    Thanks received
    3
    Rep Power
    7
    Theres no need to make double posts man
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    Infact, after thinking about it, This would be a STUPID thing to do, as it would completely ruin PK'ing? How would you expect people to use spec weps such as DDS and ags ect, Dont cheap hax.
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member
    Join Date
    May 2011
    Posts
    480
    Thanks given
    36
    Thanks received
    34
    Rep Power
    32
    it would ruining pk'ing it's 1 second just enough for it to fix it, im cheap haxing until i can find a real patch thanks for that any way :\
    Reply With Quote  
     

  7. #6  
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    Quote Originally Posted by bloodflavor View Post
    it would ruining pk'ing it's 1 second just enough for it to fix it, im cheap haxing until i can find a real patch thanks for that any way :\
    Trust me, It would ruin it, 90% of people who dont play on a touch pad will be able to switch and spec within a second. Seriously i wouldent recommend it. But its your choice
    Reply With Quote  
     

  8. #7  
    Registered Member
    Join Date
    May 2011
    Posts
    480
    Thanks given
    36
    Thanks received
    34
    Rep Power
    32
    do u recommend anythnig else? srsly i need a real fix then
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 8
    Last Post: 04-07-2011, 03:47 AM
  2. Replies: 3
    Last Post: 04-07-2011, 02:26 AM
  3. [paying]Delta combat/special attack delay[/paying]
    By yo its tyty1 in forum Requests
    Replies: 1
    Last Post: 08-20-2010, 06:20 PM
  4. Replies: 0
    Last Post: 08-19-2010, 04:06 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •