Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Easy Warping with /warp
#1
this is a command that warps you to either a player or a map depending on which you type
[CLIENT SIDE]
above
Code:
' Setting sprite

put

[code] 'just plain warping
Case "/warp"
If GetPlayerAccess(MyIndex) < ADMIN_MAPPER Then
AddText "You need to be a high enough staff member to do this!", AlertColor
GoTo Continue
End If
If UBound(Command) < 1 Then
AddText "Usage: /warp (map # or Player Name)", AlertColor
GoTo Continue
End If
If IsNumeric(Command(1)) Then
n = CLng(Command(1))
' Check to make sure its a valid map #
If n > 0 And n
Reply
#2
As far as I know, player names can be numeric as well.
Reply
#3
the /warpto command still exists.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)