Help please
#8

Quote:

{
SetPVarInt(playerid, "TrackCar", 1);

new zone[MAX_ZONE_NAME];
Get3DZone(carPos[0], carPos[1], carPos[2], zone, sizeof(zone));
format(string, sizeof(string), "Your vehicle is located in %s.", zone);
SendClientMessageEx(playerid, COLOR_YELLOW, string);
SetPlayerCheckpoint(playerid, carPos[0], carPos[1], carPos[2], 15.0);
SendClientMessageEx(playerid, COLOR_WHITE, "Hint: Make your way to the checkpoint to find your vehicle!");
}



{
SetPVarInt(playerid, "TrackCar", 1);

new zone[MAX_ZONE_NAME];
Get3DZone(carPos[0], carPos[1], carPos[2], zone, sizeof(zone));
format(string, sizeof(string), "Your vehicle is located in %s.", zone);
SendClientMessageEx(playerid, COLOR_YELLOW, string);
SetPlayerCheckpoint(playerid, carPos[0], carPos[1], carPos[2], 15.0);
SendClientMessageEx(playerid, COLOR_WHITE, "Hint: Make your way to the checkpoint to find your car!");
}



{
SetPVarInt(playerid,"TrackCar",1);
new zone[MAX_ZONE_NAME];
Get3DZone(carPosF[0], carPosF[1], carPosF[2], zone, sizeof(zone));
format(string, sizeof(string), "Your vehicle is located in %s.", zone);
SendClientMessageEx(playerid, COLOR_YELLOW, string);
SetPlayerCheckpoint(playerid, carPosF[0], carPosF[1], carPosF[2], 15.0);
SendClientMessageEx(playerid, COLOR_WHITE, "HINT: Make your way to the checkpoint to find your car!");
}




{
SetPVarInt(playerid,"TrackCar",1);
new zone[MAX_ZONE_NAME];
Get3DZone(carPosF[0], carPosF[1], carPosF[2], zone, sizeof(zone));
format(string, sizeof(string), "Your vehicle is located in %s.", zone);
SendClientMessageEx(playerid, COLOR_YELLOW, string);
SetPlayerCheckpoint(playerid, carPosF[0], carPosF[1], carPosF[2], 15.0);
SendClientMessageEx(playerid, COLOR_WHITE, "HINT: Make your way to the checkpoint to find your car!");
}



{
new Float:X,Float:Y,Float:Z;
GetPlayerPos(EMSAccepted[i], X, Y, Z);
new zone[MAX_ZONE_NAME];
Get3DZone(X, Y, Z, zone, sizeof(zone));
format(string, sizeof(string), "Your patient is located in %s.", zone);
SetPlayerCheckpoint(i, X, Y, Z, 5);
}
here is the code
Reply


Messages In This Thread
Help please - by adelmika - 23.01.2014, 19:12
Re: Help please - by ACI - 23.01.2014, 19:18
Re: Help please - by adelmika - 23.01.2014, 19:22
Re: Help please - by adelmika - 23.01.2014, 19:27
Re: Help please - by J4mmyHD - 23.01.2014, 19:29
Re: Help please - by ACI - 23.01.2014, 19:38
Re: Help please - by adelmika - 23.01.2014, 19:42
Re: Help please - by adelmika - 23.01.2014, 19:57

Forum Jump:


Users browsing this thread: 2 Guest(s)