[Ajuda] Como fazer isso funcionar corretamente?
#5

Quote:
Originally Posted by ipsLuan
Посмотреть сообщение
PHP код:
CMD:carregar(playerid)
{
    if(
caminhoneiro != 1) return SendClientMessage(playeridcor_caminhoneiro"Vocк nгo tem permissгo para usar esse comando!");
    if(!
IsTrailerAttachedToVehicle(403)) return SendClientMessage(playeridcor_caminhoneiro"Vocк nгo estб com o trailer engatado!");
    if(!
IsPlayerInVehicle(playerid403)) return SendClientMessage(playeridcor_caminhoneiro"Vocк nгo estб em um caminhгo!");
    
SendClientMessage(playeridcor_caminhoneiro"Seu caminhгo foi carregado com sucesso, siga o checkpoint para descarregar");
    
carregado 1;
    return 
1;



Vocк deveria usar caminhoneiro[playerid] e carregado[vehicleid] pra nгo ter confusгo.
Vocк esta usando IsPlayerInVehicle errado. O segundo parвmetro da funзгo й o ID do veнculo e nгo o modelo.

Nгo corrigi o cуdigo pq to pelo cell.

@EDIT
PHP код:
if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 403
Reply


Messages In This Thread
Como fazer isso funcionar corretamente? - by Misael - 22.11.2018, 04:22
Re: Como fazer isso funcionar corretamente? - by Saik - 22.11.2018, 05:14
Re: Como fazer isso funcionar corretamente? - by Misael - 22.11.2018, 10:07
Re: Como fazer isso funcionar corretamente? - by ipsLuan - 22.11.2018, 11:01
Re: Como fazer isso funcionar corretamente? - by RiqueP - 22.11.2018, 19:24
Re: Como fazer isso funcionar corretamente? - by ipsLuan - 23.11.2018, 03:55

Forum Jump:


Users browsing this thread: 1 Guest(s)