11.05.2013, 01:30
Olб galera aquele sistema que eu pedi ajuda de carregar ta funfando, bom agora ele ta floodando o chat sem parar e eu nгo sei como faz parar
ta ai o print

eo comando obvio
alguem ai me ajuda?
ta ai o print

eo comando obvio
pawn Код:
SetTimer("checkTrailer", 1000, 1);
forward checkTrailer(playerid);
public checkTrailer(playerid) {
if(GetVehicleTrailer(GetPlayerVehicleID(playerid)))
SendClientMessage(playerid, 0xFFFFFFAA, "[ 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);
if(IsTrailerAttachedToVehicle(584))
{
SendClientMessage(playerid, 0x008000FF, "[ INFO ] Seu caminhгo estб carregado com petroleo leve-o atй um posto!");
}
return 1;
}]