Class selection not disappearing
#2

Код:
printf("Setting player class to: %d", gClass[playerid]);
			CancelSelectTextDraw(playerid);

			SendClientMessage(playerid, C_GREY, "Class chosen.");
			TogglePlayerControllable(playerid, 1);
			TogglePlayerSpectating(playerid, 0);
			StopAudioStreamForPlayer(playerid);
			HideClassSelection(playerid);
			IsPlayerChoosingClass[playerid] = 0;
			printf("Player requesting class.. team: %d, class: %d", gTeam[playerid], gClass[playerid]);
	        SpawnPlayer(playerid);
and

Код:
public OnPlayerRequestClass(playerid, classid)
{
  	return 1;
}
Reply


Messages In This Thread
Class selection not disappearing - by sjames - 04.08.2015, 15:34
Re: Class selection not disappearing - by Fancy - 04.08.2015, 15:49
Re: Class selection not disappearing - by sjames - 04.08.2015, 16:11
Re: Class selection not disappearing - by sjames - 04.08.2015, 16:48

Forum Jump:


Users browsing this thread: 1 Guest(s)