[Ajuda] Dъvida sobre profissхes.
#6

Eu prefiro switch

Код:
 switch(Profissao[playerid])
{
	case 1:
	{
	return 0;
	}
}
Ou essa forma aqui, muito melhor!

Код:
(Profissao[playerid] == 1) ? (return 0):(return 1);
Ou
Код:
(Profissao[playerid] == 1) && (return 0);
Reply


Messages In This Thread
Dъvida sobre profissхes. - by AllanSG - 14.03.2018, 03:35
Re: Dъvida sobre profissхes. - by F1N4L - 14.03.2018, 11:38
Re: Dъvida sobre profissхes. - by FerrariL - 14.03.2018, 12:04
Re: Dъvida sobre profissхes. - by GuiKommander - 14.03.2018, 13:04
Re: Dъvida sobre profissхes. - by AllanSG - 14.03.2018, 21:55
Re: Dъvida sobre profissхes. - by faxxe - 15.03.2018, 07:02
Re: Dъvida sobre profissхes. - by F1N4L - 16.03.2018, 17:27
Re: Dъvida sobre profissхes. - by faxxe - 16.03.2018, 17:38
Re: Dъvida sobre profissхes. - by Gguiz - 16.03.2018, 22:48
Re: Dъvida sobre profissхes. - by Adiiti - 17.03.2018, 10:26

Forum Jump:


Users browsing this thread: 3 Guest(s)