[Ajuda] Como checar se o caminhгo estб com carreta?
#5

Quote:
Originally Posted by ThuuGLif3
Посмотреть сообщение
Cheque:

Код:
if(IsTrailerAttachedToVehicle(vehicleid))
	{
		return SendClientMessage(playerid,-1,"Vocк nгo estб com a carga e por isso ganhou 300 reais.");
		SetPlayerMoney(playerid,300);
	}
    SendClientMessage(playerid,-1,"Vocк entregou a carga e ganhou 500 reais.");
    SetPlayerMoney(playerid,500);
 }
Ele pretende verificar se a carreta nгo estб presa ao caminhгo, portanto deve usar o operador !. Ademais, seu cуdigo receberб o warning "unreachable code" na linha abaixo do return.
Reply


Messages In This Thread
Como checar se o caminhгo estб com carreta? - by luccagomes15 - 10.03.2016, 20:46
Re: Como checar se o caminhгo estб com carreta? - by zPain - 10.03.2016, 20:50
Re: Como checar se o caminhгo estб com carreta? - by rhaegartargaryen - 10.03.2016, 20:54
Re: Como checar se o caminhгo estб com carreta? - by ThuuGLif3 - 10.03.2016, 20:57
Re: Como checar se o caminhгo estб com carreta? - by zPain - 10.03.2016, 22:23
Re: Como checar se o caminhгo estб com carreta? - by rhaegartargaryen - 11.03.2016, 00:28

Forum Jump:


Users browsing this thread: 2 Guest(s)