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

Changing sprites for level


Knuckles
 Share

Recommended Posts

**where sould i add this codes to ? client or server ?**
```
'*******************************
Sub SpriteLevel(index)             
'********************************
On Error Resume next

If GetPlayerSprite(index) = 5 Then
If GetPlayerLevel(index) = 15 Then
Call SetPlayerSprite(index, 253)

Call SendPlayerData(index)

Call PlayerMsg(index, "Now you looking better", 14)
End If
End If
End Sub
```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...