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

/calladmin Command?


aaaron
 Share

Recommended Posts

@K722:

> Is it possible to have a /calladmin command.
>
> For it puts in the shoutbox for admins:
>
> PlayerName is looking for an admins help and is on map#.
>
> How would I go about doing this.
>
> Thanks
> K722

Make a sub AdminMsg which sends to the server and then triggers an admin message. then
Under
```
            Select Case Command(0)
```add
```
Case "/calladmin"
  Call AdminMsg(GetPlayerName(MyIndex) & " is looking for an admins help and is on map" & CStr(GetPlayerMap(MyIndex)), RED)

```
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...