Results 1 to 5 of 5

Thread: [RESOLVED] statements and operators

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2007
    Posts
    69

    Resolved [RESOLVED] statements and operators

    Code:
    nrep = User(index).Reputation / 3    
    
    If nrep > User(a).Reputation Then
    frmMain.wsk(index).SendData Chr$(lgrey) & "you cannot attack him, hes too high ranked." & vbCrLf & vbCrLf & Chr$(0)
    DoEvents
    Exit Sub
    End If
    this code works so low ranked players cant aim high ranked players, but now i need help doing vice verca...so high ranked cant aim low ranked.
    Last edited by troubleshoot; May 22nd, 2007 at 05:01 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width