21.07.2014, 23:56
Pessoal a mensagem " SendClientMessage(playerid, 0xE0FF6BFF, "O Motor deste veнculo estб desligado, USE: /motor para liga-lo!"); " estб floodando, ajude-me.
pawn Код:
new vid = GetPlayerVehicleID(playerid);
for(new VC = 0; VC <= 13; VC++)
{
if(Motor_Do_Veiculo[vid] == false && !CivilVeiculo[vid])
{
SendClientMessage(playerid, 0xE0FF6BFF, "O Motor deste veнculo estб desligado, USE: /motor para liga-lo!");
}
if(Motor_Do_Veiculo[vid] == false && IsPlayerInVehicle(playerid,CivilVeiculo[VC]))
{
GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
SetVehicleParamsEx(vid,VEHICLE_PARAMS_ON,lights,alarm,doors,bonnet,boot,objective);
Motor_Do_Veiculo[vid] = true;
SendClientMessage(playerid, 0xF8B377FF, "[VEICULO INICIAL] - O seu veнculo foi ligado automaticamente.");
}