[Ajuda] Ajuda nos "if"
#2

se deu arrado assim, tente trocar para ==

pawn Код:
if (APlayerData[OtherPlayer][PlayerClass] == ClassTaxista) return SendClientMessage(playerid, 0xFF0000FF, "Nгo hб taxistas online");
ouuu

pawn Код:
if (!APlayerData[OtherPlayer][PlayerClass] != ClassTaxista) return SendClientMessage(playerid, 0xFF0000FF, "Nгo hб taxistas online");
ouuu

pawn Код:
if (!APlayerData[OtherPlayer][PlayerClass] == ClassTaxista) return SendClientMessage(playerid, 0xFF0000FF, "Nгo hб taxistas online");
tenta os 3, fica dificil sem saber o que й ClassTaxista ;P
Reply


Messages In This Thread
Ajuda nos "if" - by Juniiro3 - 13.04.2013, 15:36
Re: Ajuda nos "if" - by Jumper. - 13.04.2013, 15:42
Re: Ajuda nos "if" - by Juniiro3 - 13.04.2013, 15:51
Re: Ajuda nos "if" - by feliphemort - 13.04.2013, 16:10

Forum Jump:


Users browsing this thread: 1 Guest(s)