Someone help me When ever someone die's they go straight to hospital and there is EMS online Please Help?
#3

}
if(EMSCallTime[i] > 0)
{
if(EMSAccepted[i] < 999)
{
if(IsPlayerConnected(EMSAccepted[i]))
{
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);
Reply


Messages In This Thread
Someone help me When ever someone die's they go straight to hospital and there is EMS online Please Help? - by Samieastwood - 11.08.2013, 15:29
Re: Someone help me When ever someone die's they go straight to hospital and there is EMS online Please Help? - by Mitchy - 11.08.2013, 15:32
Re: Someone help me When ever someone die's they go straight to hospital and there is EMS online Please Help? - by Samieastwood - 11.08.2013, 16:03

Forum Jump:


Users browsing this thread: 1 Guest(s)