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

Strange i think


munro
 Share

Recommended Posts

```
my ee server wont work anyomore after i added a code it just frezes at the stage inalizing plz help this is the section[code]'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' This sub is run when a scripted item is used or double clicked.
Sub ScriptedItem(index, Script)                                   
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Select Case Script

    Case 0
        Call PlayerMsg(index, "This item has no apparent use", 15)
Exit Sub

Case Else
'No script found
Call playermsg(index, "No script found. Please contact an admin to solve this problem.", 15)
Exit Sub

    Case 1
      Call playerquerybox(index, "Who do you want to send a message?", 1)
      Exit Sub

End Select

End Sub[/code]
this is the part i added

[code]Case 1
      Call playerquerybox(index, "Who do you want to send a message?", 1)
      Exit Sub
[/code]
please help me
```
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...