04.11.2011, 19:39
@humildadeforever
Fiz o que vocк disse, compilou sem travar sу que deu esse warning:
Linha do Warning:
Porйm quando entrei no Server nгo aconteceu nada, entrei no carro de Taxi sem profissгo e nгo apareceu MSG nem fui expulso dele.
@ViniBorn, eu jб tinha tirado, sу tava na SS pq eu quis mostrar o erro
Fiz o que vocк disse, compilou sem travar sу que deu esse warning:
pawn Code:
(354) : warning 217: loose indentation
pawn Code:
public OnPlayerStateChange(playerid,newstate,oldstate) {
new vid = GetPlayerVehicleID(playerid);
if(vid==TaxisCars[0] || vid==TaxisCars[1]) {
if(Profissao[playerid] == TAXISTA) //
{
}
else {
SendClientMessage(playerid,COR_VERDE,"Vocк nгo й um taxista!");
RemovePlayerFromVehicle(playerid);
TogglePlayerControllable(playerid, 1);
} }
return 1; // linha do Warning.
}
@ViniBorn, eu jб tinha tirado, sу tava na SS pq eu quis mostrar o erro