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

Why wont it work.


xelander
 Share

Recommended Posts

Hey, i made my first script, as is a command, personally i cant see any problem, but when i run it, it says:"That is not a valid command!"
So, whats wrong whit it?
```
Case "/Adminmeeting"
If GetPlayerAccess(index) > 4 Then
Call AdminMsg("All Admins Shall meet at map 200 in 1 min!",15)
Else
Call PlayerMsg(index, "You need to be owner to run this command!",4)
End If
Exit Sub         
```

Its mostly a test.
Link to comment
Share on other sites

@xelander:

> playing on my friend server, we got so i can edit in-game and it have been retarted, jsut noticed, all commands, new scripted items, spells, and npcs and that, dosn't work, at all.
> why?…

Does your friend have scripting turned on?

If so, he might have to reload the scripts as well (not sure though).
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...