new Float:x2, Float:y2, Float:z2;
new Float:x, Float:y, Float:z;
if(IsPlayerInRangeOfPoint(playerid, 10, -4003.255, -2222.495, 2438.941))
{
GetVehiclePos(bwauto[8], x, y, z);
SetPlayerPos(bwauto[8], x-1, y, z);
}
if(IsPlayerInRangeOfPoint(playerid, 10, -4205.871, -2218.563, 2438.947))
{
GetVehiclePos(bwauto[7], x2, y2, z2);
SetPlayerPos(bwauto[7], x2-1, y2, z2);
}
aber wenn ich dann am richtigen punkt stehe und /raus schreibe dann geht das nicht
bitte um hilfe