Posts: 149
Threads: 38
Joined: Jun 2013
Reputation:
0
i was making a reclass command
which will set player hp to 0
then check if player spawned
it will show dialog
Idk how to check if player is spawned
Posts: 149
Threads: 38
Joined: Jun 2013
Reputation:
0
i got zcmd
i mean i did that on player Spawn it shows Class selection Dialog
how can i make reclass Cmd do that after Death it will show him class selection Dialog and i made class selection dialog on Player Spawn
Another problem
my class selection dialog shows after every death when player spawns.I want the class selection dialog to only show once when player spawns and it should only show again if player uses /reclass
Posts: 134
Threads: 5
Joined: Nov 2009
Reputation:
0
If you will keep seting the player HP to 0 he will keep dying.
If you want to keep him in the spectator camera then you will need to TogglePlayerSpectating.
Posts: 149
Threads: 38
Joined: Jun 2013
Reputation:
0
i just want to get rid of class selection dialog.I only want it to appear when player connects and spawns first time.Next time if player dies the dialog should not show.
How do i do this