11.05.2013, 02:21
Lamento mais.... ainda estб flodando sem parar 

pawn Код:
public checkTrailer(playerid) {
if(GetVehicleTrailer(GetPlayerVehicleID( playerid )))
{
SendClientMessage(playerid, 0x99FFFFAA, "[ INFO ] Seu caminhгo estб carregado com petroleo leve-o atй um posto!");
}
if (PlayerToPoint(60.0, playerid, 269.9238,1351.9838,10.5859))
AttachTrailerToVehicle(5, 1);
return 0;
}