08.09.2012, 11:46
(
Последний раз редактировалось Aleex_Mason; 08.09.2012 в 13:40.
)
Nao consigo colocar para aparecer a mensagem automaticamente, quando o Tanker se conecta ao trailer
Segue abaixo o codigo!
Agradeзo desde Jб!
Segue abaixo o codigo!
Код:
new vehicleid = GetPlayerVehicleID(playerid); if(IsTrailerAttachedToVehicle(GetPlayerVehicleID(playerid))) { if(GetVehicleModel(GetVehicleTrailer(vehicleid)) == 584) { new string[256]; ---->> ( Estб mensagem, nao aparece automaticamente, quando eu ligo o tanker ao trailer) format(string, sizeof(string), "{#32EDFF}| INFO | Seu Caminhao estб carregado, leve-o atй um posto para descarregar!.(/pdescarregar)"); SendClientMessageToAll(outraadm, string); SendClientMessage(playerid, Vermelho, "Engatou."); } }