Advertisement
Luciano_fuentes

Untitled

Apr 19th, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. ElseIf MapInfo(DestPos.map).levelmax <= UserList(UserIndex).Stats.ELV Or MapInfo(DestPos.map).levelmin > UserList(UserIndex).Stats.ELV Then
  2. If MapInfo(DestPos.map).levelmax > 0 Or MapInfo(DestPos.map).levelmin > UserList(UserIndex).Stats.ELV Then
  3. Call WriteConsoleMsg(UserIndex, "Debes ser menor al level " & MapInfo(DestPos.map).levelmax & " y mayor al " & MapInfo(DestPos.map).levelmin & " para entrar a este mapa.", FontTypeNames.FONTTYPE_INFO)
  4. Call ClosestStablePos(UserList(UserIndex).Pos, nPos)
  5.  
  6. If nPos.X <> 0 And nPos.Y <> 0 Then
  7. Call WarpUserChar(UserIndex, nPos.map, nPos.X, nPos.Y, FxFlag)
  8. End If
  9. End If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement