Posts: 30
Threads: 11
Joined: Feb 2014
Reputation:
0
i want to set up a TDM where once you enter the command say /dm it will ask you to choose from class , i have the rest figured out but when i start my freeraom GM, with the TDM filterscript it does OnPlayerRequestClass as you enter the server not once command /dm is done ? tried seraching around looking at a few scripts but not seeing what im looking for any guidance would be sweet
Posts: 340
Threads: 56
Joined: Jul 2012
Reputation:
0
when player does /dm do ForceClassSelection(playerid);, set his health to 0 and then when he chooses class TP him into DM area
Posts: 30
Threads: 11
Joined: Feb 2014
Reputation:
0
sweet thanks man im sure that will do it
Posts: 609
Threads: 93
Joined: Jul 2013
Reputation:
0
Why dont you just give them the class selection screen under public OnPlayerConnect(playerid) rather?