[Ajuda] Ajuda com ciclo if
#2

pawn Код:
if(clickedid == gen1)
{
new String[128];
if (PlayerInfo[playerid][Feminino] == 1)
{

format(String, sizeof(String), "Masculino");
TextDrawSetString(gen1, String);
PlayerInfo[playerid][Masculino] = 1;
}
else if (PlayerInfo[playerid][Masculino] == 1)

format(String, sizeof(String), "Feminino");
TextDrawSetString(gen1, String);
PlayerInfo[playerid][Feminino] = 1;

}
tenta assim
Reply


Messages In This Thread
Ajuda com ciclo if - by kapazul - 27.04.2014, 21:09
Re: Ajuda com ciclo if - by hard_dalzot - 27.04.2014, 21:46
Re: Ajuda com ciclo if - by kapazul - 27.04.2014, 22:35
Re: Ajuda com ciclo if - by hard_dalzot - 28.04.2014, 00:03
Re: Ajuda com ciclo if - by hard_dalzot - 28.04.2014, 00:07
Re: Ajuda com ciclo if - by kapazul - 30.04.2014, 16:03

Forum Jump:


Users browsing this thread: 1 Guest(s)