Posts: 141
Threads: 14
Joined: Feb 2013
Wrong section, no code, nothing to help you. Wow.
Posts: 212
Threads: 91
Joined: Jul 2013
Reputation:
0
}
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);