Guest User

Untitled

a guest
Oct 20th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.46 KB | None | 0 0
  1. new caminhao == GetPlayerVehicleID(playerid);
  2. new trailer = GetVehicleTrailer(caminhao);
  3. if(IsTrailerAttachedToVehicle(GetPlayerVehicleID(playerid))) {
  4.             if(GetVehicleModel(GetVehicleTrailer(trailer)) == 584) {
  5.             format(string, sizeof(string), "{#32EDFF}| INFO | Seu Caminhao está carregado, leve-o até um posto para descarregar!.(/pdescarregar)");
  6.             SendClientMessageToAll(outraadm, string);
  7.             SendClientMessage(playerid, Vermelho, "Engatou.");
  8.             }
Add Comment
Please, Sign In to add comment