Posts: 63
Threads: 15
Joined: Jun 2009
Reputation:
0
Hello.
I want to make different modes on my gm, lets say like a dm mode, stunt mode, rp mode.
All I need some some advise on how to make this. A way to check if a player is in mode 1, so they cant use cmds from mode 2.
This might be easy as hell, but Im still kinda new to this =).
Regards. Buwla
Posts: 30
Threads: 1
Joined: Aug 2008
Reputation:
0
I'm not sure but check at wiki for changing virtual world for each mode. Then limiting commands it's easy just check if the player is in same the virtual world with the command you want.
Posts: 63
Threads: 15
Joined: Jun 2009
Reputation:
0
I know i said rp mode as an example, then virtual worlds would of been really needed.
I want all modes(not going to have a rp mode) to be in the same vw, thats why I need something that checks what modes players use.
But thanks for the answer.
Posts: 121
Threads: 29
Joined: Feb 2008
Reputation:
0
What the other guy said, have a cmd like /stuntworld and change Virtual World to like 2 or 3 or soemthing, and have all stunt commands check for World 2 or 3. Then they can only see other stunters, and use those commands.
Posts: 63
Threads: 15
Joined: Jun 2009
Reputation:
0
Thats what I was after =). Thanks
Posts: 63
Threads: 15
Joined: Jun 2009
Reputation:
0
Cant figure it out how to put ppl in other modes.
Lets say I have put it like you said, new stuntworld[MAX_PLAYERS]; now how do I set players to the "stuntworld"?