Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

ramoneknot

Members
  • Posts

    150
  • Joined

  • Last visited

    Never

Everything posted by ramoneknot

  1. hi friends, someone know where can find pokemon sprites 32x64 ?
  2. > Case "/guildwar" > If GetPlayerGuildAccess(index) = 4 Then > Call PlayerMsg(index, "Init guild wars.", GREEN) > Else > Call PlayerMsg(index, "You don't have level 4 guild access. Your access is " & GetPlayerGuildAccess(index) & ".", RED) > End If > For I = 1 To MAX_PLAYERS > If IsPlaying(I) And IsConnected(I) And GetPlayerGuild(I) = GetPlayerGuild(index) Then > Call PlayerWarp(I, 600, 9, 12) > End If > Next
  3. does not work players wont warp
  4. look like this? > Case "/guildwar" > If GetPlayerGuildAccess(index) = 4 Then > Call PlayerMsg(index, "Init guild wars.", GREEN) > Else > Call PlayerMsg(index, "You don't have level 4 guild access. Your access is " & GetPlayerGuildAccess(index) & ".", RED) > End If > For I = 1 To MAX_PLAYERS > If IsPlaying(I) And IsConnected(I) And GetPlayerGuild(I) = 4 > Then > Call PlayerWarp(index, CHANGE To MAP NUMBER, CHANGE To X NUMBER, CHANGE To Y NUMBER) > End If > Next
  5. does not work appear the msg init guild wars but the player does not teleport to map
  6. hello guys i need a guild code in SS Guild war when the admin of guild type /guildwar all guild players are warped to a map can anyone help?
  7. hi i need a code to show in a list the top players Level using the online players list of eclipse
  8. and i wanna this to show for everyone on game a think this code only show to a player eh? like when a player will step, all players in this labels will show the name
  9. gooooooooooooooood thanks!
  10. hi again i am making a code to show on a label on frm mirage the name of player but to show this the player must step on a scripted tile so i make this in scripted tile (SS) Case 1 Call top(index) in source clscomands (server) i make this Sub top(ByVal index As Long) Dim Packet As String Packet = "topa" & SEP_CHAR & GetPlayerName(index) & END_CHAR Call SendDataTo(index, Packet) End Sub and in client in frmmirage a created a label to show the name lbltop and in handledata i put this If Parse(0) = "topa" Then frmMirage.lbltop.Caption = Val(Parse(1)) Exit Sub End If THE PROBLEM: when i step on scripted tile the label show a number 0 what i do for show the name of player?
  11. hello friends i have a problem in my game many noob users logs to make spam in chat like a enter in my game www.xxx…. enter in my game www.xxx.... enter in my game www.xxx.... enter in my game www.xxx.... ... that cause a huge lag in server, so i need a code when the player make spam like 2 sg per second they got kicked
  12. ramoneknot

    Ssj aura

    how i make a aura animated in my char i have a dbz game
×
×
  • Create New...