Posts: 150
Threads: 22
Joined: May 2017
Reputation:
0
1. if player has god mode.player cant die when other player shoot but admin can shoot the player in god mode. it imposible?
2.if admin log in.the admin name mesaage show when he type exp .asri admin: jello all people..
3.how to make limit player in room exp.the room has 5 player limit and the 6 player cannot enter because full.
Posts: 701
Threads: 7
Joined: Feb 2017
Reputation:
0
1. It is possible.
2. You'll need to save the admin message with the saving system you're using.
3. Have a global variable and modify it as people joins/leaves the room.
Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
Check if the shooter is an admin or not and decrease its health if true.
Posts: 150
Threads: 22
Joined: May 2017
Reputation:
0
can you teach me about limit player in room
Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
Check the virtualworld + interior of the room and create a new variable.
Whenever someone enters the room increase the variable by 1, and decrease when someone leaves the room.
If the variable counts 5 ppl put a limit.
Try to script that.
Posts: 150
Threads: 22
Joined: May 2017
Reputation:
0
the variables must in command or in onplayerspawn
Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
Somewhere outside any callback, preferred to be at the top of the script.
Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
Depends on how the player enters the room