07.04.2012, 21:46
eu copiei apenas o estacionar eu acho
if(strcmp(cmd, "/estacionar", true) == 0)
{
new vehicleid = GetOwnedVehicleID(playerid);
if (vehicleid == INVALID_VEHICLE_ID) return SendClientMessage(playerid, COLOR_RED, "[AVISO] Vocк nгo tem um Veiculo.");
VehicleInfo[vehicleid][vPark] = 1;
GetVehiclePos(vehicleid, VehicleInfo[vehicleid][vPX], VehicleInfo[vehicleid][vPY], VehicleInfo[vehicleid][vPZ]);
GetVehicleZAngle(vehicleid, VehicleInfo[vehicleid][vPA]);
format(string, sizeof string, "[AVISO] Vocк estacionou seu Veiculo, sempre que sair do Servidor e voltar , ele estara aqui.");
SendClientMessage(playerid, COLOR_YELLOW, string);
return 1;
}
if(strcmp(cmd, "/estacionar", true) == 0)
{
new vehicleid = GetOwnedVehicleID(playerid);
if (vehicleid == INVALID_VEHICLE_ID) return SendClientMessage(playerid, COLOR_RED, "[AVISO] Vocк nгo tem um Veiculo.");
VehicleInfo[vehicleid][vPark] = 1;
GetVehiclePos(vehicleid, VehicleInfo[vehicleid][vPX], VehicleInfo[vehicleid][vPY], VehicleInfo[vehicleid][vPZ]);
GetVehicleZAngle(vehicleid, VehicleInfo[vehicleid][vPA]);
format(string, sizeof string, "[AVISO] Vocк estacionou seu Veiculo, sempre que sair do Servidor e voltar , ele estara aqui.");
SendClientMessage(playerid, COLOR_YELLOW, string);
return 1;
}