19.03.2012, 19:31 
	
	
	
		Its removed in 0.3d
You can use the OnPlayerClickMap() callback for replace this function
	
	
	
	
You can use the OnPlayerClickMap() callback for replace this function
Код:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ) 
{
    if(IsPlayerAdmin(playerid)) 
    {
        SetPlayerPosFindZ(playerid, fX, fY, fZ);
        return 1;
    }
    return 1;
}


