Type: Server and Client
Operating System: Windows
Server Version: omp v1.2.0.2670
Plugins Installed: No
YSI Included: No
Output (Logs): <paste a link to hastebin/pastebin with the logs included> (please remove any sensitive information)
I want player back to class select interface when player spwaned. so i make this code.
TogglePlayerSpectating on&off will cause client not work after "F4" or ForceClassSelection.
it will not back to class selection view and cant do anything only when /quit
Make a try:
Operating System: Windows
Server Version: omp v1.2.0.2670
Plugins Installed: No
YSI Included: No
Output (Logs): <paste a link to hastebin/pastebin with the logs included> (please remove any sensitive information)
I want player back to class select interface when player spwaned. so i make this code.
TogglePlayerSpectating on&off will cause client not work after "F4" or ForceClassSelection.
it will not back to class selection view and cant do anything only when /quit
Make a try:
Code:
CMD:test(playerid){
ForceClassSelection(playerid);
TogglePlayerSpectating(playerid, true);
TogglePlayerSpectating(playerid, false);
}